[MPlayer-cvslog] CVS: main/libmpdemux muxer_mpeg.c,1.34,1.35

Nico Sabbi CVS syncmail at mplayerhq.hu
Mon Feb 6 22:22:33 CET 2006


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv13821

Modified Files:
	muxer_mpeg.c 
Log Message:
removed unused variables

Index: muxer_mpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/muxer_mpeg.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- muxer_mpeg.c	6 Feb 2006 20:59:19 -0000	1.34
+++ muxer_mpeg.c	6 Feb 2006 21:22:30 -0000	1.35
@@ -1024,7 +1024,7 @@
 	double delta_pts;
 	muxer_priv_t *priv = (muxer_priv_t *) muxer->priv;
 	muxer_headers_t *apriv = (muxer_headers_t*) as->priv;
-	uint32_t num, den, j, k, l, n;
+	uint32_t j, k, l, n;
 	mpeg_frame_t *frm , frm2;
 
 	tlen = 0;
@@ -1417,7 +1417,7 @@
 static uint32_t calc_audio_chunk_size(muxer_stream_t *as, double duration, int finalize)
 {
 	muxer_headers_t *apriv;
-	uint32_t x, div, rest, abytes, available;
+	uint32_t div, rest, abytes, available;
 	double adur;
 	uint64_t iaduration;
 	int i;




More information about the MPlayer-cvslog mailing list