projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc9090
)
10l
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 10 Apr 2003 14:07:18 +0000
(14:07 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 10 Apr 2003 14:07:18 +0000
(14:07 +0000)
Originally committed as revision 1747 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264data.h
patch
|
blob
|
history
diff --git
a/libavcodec/h264data.h
b/libavcodec/h264data.h
index 8fce4d240d232851543f39865fb56c311bb51918..0a7ad5014887777069c805b50bc4db23c47f69bf 100644
(file)
--- 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{