mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
parsing more of the mpeg4 header & print some "not supported" stuff
Originally committed as revision 317 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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] =
|
||||
|
||||
Reference in New Issue
Block a user