[FFmpeg-cvslog] r16803 - trunk/libavcodec/indeo3.c

benoit subversion
Mon Jan 26 10:42:48 CET 2009


Author: benoit
Date: Mon Jan 26 10:42:48 2009
New Revision: 16803

Log:
Remove unneeded check.

Modified:
   trunk/libavcodec/indeo3.c

Modified: trunk/libavcodec/indeo3.c
==============================================================================
--- trunk/libavcodec/indeo3.c	Mon Jan 26 10:41:23 2009	(r16802)
+++ trunk/libavcodec/indeo3.c	Mon Jan 26 10:42:48 2009	(r16803)
@@ -937,9 +937,6 @@ static void iv_Decode_Chunk(Indeo3Decode
             }
         }
 
-        if(strip < strip_tbl)
-            return;
-
         for( ; strip >= strip_tbl; strip--) {
             if(strip->split_flag != 0) {
                 strip->split_flag = 0;




More information about the ffmpeg-cvslog mailing list