summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264data.h
diff options
context:
space:
mode:
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 8fce4d2..0a7ad50 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{
OpenPOWER on IntegriCloud