[FFmpeg-soc] [soc]: r475 - rv40/rv40.c

kostya subversion at mplayerhq.hu
Wed Jul 18 08:15:33 CEST 2007


Author: kostya
Date: Wed Jul 18 08:15:33 2007
New Revision: 475

Log:
Remove debug message

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Wed Jul 18 08:15:33 2007
@@ -702,7 +702,6 @@ static int check_slice_end(RV40DecContex
     bits = r->bits - get_bits_count(&s->gb);
     if(bits < 2)
         return 1;
-    if(bits < 16){av_log(NULL,0,"Bits left = %d(%02X)\n",bits,show_bits(gb,bits));}
     if(bits < 8 && (show_bits(gb, bits) == 0))
         return 1;
     return 0;



More information about the FFmpeg-soc mailing list