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:
nicodvb 2007-11-02 18:52:08 +00:00
parent d48b6c6cf5
commit ddd4c2e6d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;