Mercurial > libavcodec.hg
changeset 1178:09f1c2f62388 libavcodec
10l
author | michaelni |
---|---|
date | Thu, 10 Apr 2003 14:07:18 +0000 |
parents | fea03d2c4946 |
children | 7046e6c19a6d |
files | h264data.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h264data.h Thu Apr 10 13:18:38 2003 +0000 +++ b/h264data.h Thu Apr 10 14:07:18 2003 +0000 @@ -306,7 +306,7 @@ (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{