Mercurial > libavcodec.hg
diff 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 |
line wrap: on
line diff
--- a/mpeg4data.h Tue Feb 26 22:14:27 2002 +0000 +++ b/mpeg4data.h Tue Mar 05 13:58:13 2002 +0000 @@ -1,3 +1,15 @@ +// shapes +#define RECT_SHAPE 0 +#define BIN_SHAPE 1 +#define BIN_ONLY_SHAPE 2 +#define GRAY_SHAPE 3 + +// aspect_ratio_info +#define EXTENDET_PAR 15 + +//vol_sprite_usage / sprite_enable +#define STATIC_SPRITE 1 +#define GMC_SPRITE 2 /* dc encoding for mpeg4 */ static const UINT8 DCtab_lum[13][2] =
