[FFmpeg-cvslog] r18545 - trunk/libavcodec/mpeg12enc.c

michael subversion
Fri Apr 17 14:44:49 CEST 2009


Author: michael
Date: Fri Apr 17 14:44:48 2009
New Revision: 18545

Log:
Useless assignment found by the clang static analyzer.

Modified:
   trunk/libavcodec/mpeg12enc.c

Modified: trunk/libavcodec/mpeg12enc.c
==============================================================================
--- trunk/libavcodec/mpeg12enc.c	Fri Apr 17 14:41:37 2009	(r18544)
+++ trunk/libavcodec/mpeg12enc.c	Fri Apr 17 14:44:48 2009	(r18545)
@@ -670,7 +670,6 @@ static void mpeg1_encode_motion(MpegEncC
 
     if (val == 0) {
         /* zero vector */
-        code = 0;
         put_bits(&s->pb,
                  ff_mpeg12_mbMotionVectorTable[0][1],
                  ff_mpeg12_mbMotionVectorTable[0][0]);



More information about the ffmpeg-cvslog mailing list