summaryrefslogtreecommitdiff
path: root/libavcodec/h264data.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-04-10 14:07:18 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-04-10 14:07:18 +0000
commit8a3b6f92e03327286184229f9f638793d9045632 (patch)
treeb0eb29caac5edea635379d9664efb425aa00b294 /libavcodec/h264data.h
parent7bc9090a4176de2bc834e2a7df131047b944f3b5 (diff)
10l
Originally committed as revision 1747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264data.h')
-rw-r--r--libavcodec/h264data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h
index 8fce4d240d..0a7ad50148 100644
--- a/libavcodec/h264data.h
+++ b/libavcodec/h264data.h
@@ -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{