mirror of https://github.com/mpv-player/mpv
removed no more needed variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24934 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d48b6c6cf5
commit
ddd4c2e6d0
|
@ -159,7 +159,7 @@ typedef struct {
|
|||
|
||||
|
||||
typedef struct {
|
||||
int has_pts, has_dts, pes_is_aligned, type, min_pes_hlen, psm_fixed;
|
||||
int has_pts, has_dts, pes_is_aligned, type, min_pes_hlen;
|
||||
int delay_rff;
|
||||
uint64_t pts, last_pts, last_dts, dts, size, frame_duration, delta_pts, nom_delta_pts, last_saved_pts;
|
||||
uint32_t buffer_size;
|
||||
|
|
Loading…
Reference in New Issue