10l
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 10 Apr 2003 14:07:18 +0000 (14:07 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 10 Apr 2003 14:07:18 +0000 (14:07 +0000)
Originally committed as revision 1747 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264data.h

index 8fce4d240d232851543f39865fb56c311bb51918..0a7ad5014887777069c805b50bc4db23c47f69bf 100644 (file)
@@ -306,7 +306,7 @@ static const uint8_t chroma_dc_scan[4]={
  (0+1*2)*16, (1+1*2)*16,  //FIXME
 };
 
-#define MB_TYPE_REF0       0x40000000
+#define MB_TYPE_REF0       MB_TYPE_ACPRED //dirty but it fits in 16bit
 #define IS_REF0(a)       ((a)&MB_TYPE_REF0)
 
 typedef struct IMbInfo{