Mercurial > libavcodec.hg
comparison mpeg4data.h @ 253:4448dd55d415 libavcodec
parsing more of the mpeg4 header & print some "not supported" stuff
| author | michaelni |
|---|---|
| date | Tue, 05 Mar 2002 13:58:13 +0000 |
| parents | f6806d3e2d37 |
| children | b4fed8b24e3a |
comparison
equal
deleted
inserted
replaced
| 252:ddb1a0e94cf4 | 253:4448dd55d415 |
|---|---|
| 1 // shapes | |
| 2 #define RECT_SHAPE 0 | |
| 3 #define BIN_SHAPE 1 | |
| 4 #define BIN_ONLY_SHAPE 2 | |
| 5 #define GRAY_SHAPE 3 | |
| 6 | |
| 7 // aspect_ratio_info | |
| 8 #define EXTENDET_PAR 15 | |
| 9 | |
| 10 //vol_sprite_usage / sprite_enable | |
| 11 #define STATIC_SPRITE 1 | |
| 12 #define GMC_SPRITE 2 | |
| 1 | 13 |
| 2 /* dc encoding for mpeg4 */ | 14 /* dc encoding for mpeg4 */ |
| 3 static const UINT8 DCtab_lum[13][2] = | 15 static const UINT8 DCtab_lum[13][2] = |
| 4 { | 16 { |
| 5 {3,3}, {3,2}, {2,2}, {2,3}, {1,3}, {1,4}, {1,5}, {1,6}, {1,7}, | 17 {3,3}, {3,2}, {2,2}, {2,3}, {1,3}, {1,4}, {1,5}, {1,6}, {1,7}, |
