[FFmpeg-cvslog] r18783 - trunk/libavformat/matroskadec.c

banan subversion
Sun May 10 16:33:41 CEST 2009


Author: banan
Date: Sun May 10 16:33:40 2009
New Revision: 18783

Log:
Remove unused code found by CSA

Modified:
   trunk/libavformat/matroskadec.c

Modified: trunk/libavformat/matroskadec.c
==============================================================================
--- trunk/libavformat/matroskadec.c	Sun May 10 13:02:03 2009	(r18782)
+++ trunk/libavformat/matroskadec.c	Sun May 10 16:33:40 2009	(r18783)
@@ -1679,7 +1679,6 @@ static int matroska_parse_block(Matroska
                 if (av_new_packet(pkt, pkt_size+offset) < 0) {
                     av_free(pkt);
                     res = AVERROR(ENOMEM);
-                    n = laces-1;
                     break;
                 }
                 if (offset)



More information about the ffmpeg-cvslog mailing list