From 8a3b6f92e03327286184229f9f638793d9045632 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 10 Apr 2003 14:07:18 +0000 Subject: 10l Originally committed as revision 1747 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h264data.h') 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{ -- cgit v1.1