[Ffmpeg-cvslog] r8769 - trunk/libavcodec/vc1.c

diego subversion
Sat Apr 21 17:55:45 CEST 2007


Author: diego
Date: Sat Apr 21 17:55:45 2007
New Revision: 8769

Modified:
   trunk/libavcodec/vc1.c

Log:
Remove unused variable.


Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c	(original)
+++ trunk/libavcodec/vc1.c	Sat Apr 21 17:55:45 2007
@@ -4370,7 +4370,7 @@ static int vc1_decode_frame(AVCodecConte
         buf2 = av_mallocz(buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
 
         if(IS_MARKER(AV_RB32(buf))){ /* frame starts with marker and needs to be parsed */
-            uint8_t *dst = buf2, *start, *end, *next;
+            uint8_t *start, *end, *next;
             int size;
 
             next = buf;




More information about the ffmpeg-cvslog mailing list