[FFmpeg-soc] [soc]: r5366 - concat/libavformat/concatgen.c

gkovacs subversion at mplayerhq.hu
Sun Aug 30 01:16:28 CEST 2009


Author: gkovacs
Date: Sun Aug 30 01:16:28 2009
New Revision: 5366

Log:
remove unused variable

Modified:
   concat/libavformat/concatgen.c

Modified: concat/libavformat/concatgen.c
==============================================================================
--- concat/libavformat/concatgen.c	Sun Aug 30 01:15:58 2009	(r5365)
+++ concat/libavformat/concatgen.c	Sun Aug 30 01:16:28 2009	(r5366)
@@ -37,7 +37,7 @@
 int ff_concatgen_read_packet(AVFormatContext *s,
                              AVPacket *pkt)
 {
-    int ret, i, stream_index;
+    int ret, stream_index;
     char have_switched_streams = 0;
     AVPlaylistContext *ctx = s->priv_data;
     AVFormatContext *ic;


More information about the FFmpeg-soc mailing list