Commit 2c379c02 authored by michaelni's avatar michaelni

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1747 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 847e6267
...@@ -306,7 +306,7 @@ static const uint8_t chroma_dc_scan[4]={ ...@@ -306,7 +306,7 @@ static const uint8_t chroma_dc_scan[4]={
(0+1*2)*16, (1+1*2)*16, //FIXME (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) #define IS_REF0(a) ((a)&MB_TYPE_REF0)
typedef struct IMbInfo{ typedef struct IMbInfo{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment