diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-10 14:07:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-10 14:07:18 +0000 |
commit | 8a3b6f92e03327286184229f9f638793d9045632 (patch) | |
tree | b0eb29caac5edea635379d9664efb425aa00b294 /libavcodec/h264data.h | |
parent | 7bc9090a4176de2bc834e2a7df131047b944f3b5 (diff) | |
download | ffmpeg-8a3b6f92e03327286184229f9f638793d9045632.tar.gz |
10l
Originally committed as revision 1747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264data.h')
-rw-r--r-- | libavcodec/h264data.h | 2 |
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{ |