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

kostya subversion at mplayerhq.hu
Thu Jul 12 07:58:47 CEST 2007


Author: kostya
Date: Thu Jul 12 07:58:47 2007
New Revision: 381

Log:
No need to warn about this

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Thu Jul 12 07:58:47 2007
@@ -562,8 +562,6 @@ static int rv40_decode_macroblock(RV40De
         luma_vlc   = 1;
     }else{
         x = get_bits(gb, 2);
-        if(x==3)
-            av_log(NULL,0,"Got type 3 for Intra16x16\n");
         for(i = 0; i < 16; i++)
             intra_types[(i & 3) + (i>>2) * r->intra_types_stride] = x;
         chroma_vlc = 0;



More information about the FFmpeg-soc mailing list