From ddd4c2e6d034e9a9693912e86e2a407ae9080a45 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Fri, 2 Nov 2007 18:52:08 +0000 Subject: [PATCH] removed no more needed variable git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24934 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/muxer_mpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpdemux/muxer_mpeg.c b/libmpdemux/muxer_mpeg.c index ecb72f1e67..7132c5f168 100644 --- a/libmpdemux/muxer_mpeg.c +++ b/libmpdemux/muxer_mpeg.c @@ -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;