Author: kostya
Date: Thu Aug 16 08:02:41 2007
New Revision: 832

Log:
1000l Forgot to set internal block type for intra blocks

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Thu Aug 16 08:02:41 2007
@@ -1152,6 +1152,7 @@ static int rv40_decode_mb_header(RV40Dec
             break;
         }
         s->current_picture_ptr->mb_type[mb_pos] = r->is16 ? MB_TYPE_INTRA16x16 
: MB_TYPE_INTRA;
+        r->block_type = r->is16 ? RV40_MB_TYPE_INTRA16x16 : RV40_MB_TYPE_INTRA;
     }else{
         r->block_type = rv40_decode_mb_info(r);
         s->current_picture_ptr->mb_type[mb_pos] = 
rv40_mb_type_to_lavc[r->block_type];
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to