mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fee9e80550
Originally committed as revision 8672 to svn://svn.ffmpeg.org/ffmpeg/trunk
11 lines
255 B
C
11 lines
255 B
C
enum BethsoftVidBlockType
|
|
{
|
|
PALETTE_BLOCK = 0x02,
|
|
FIRST_AUDIO_BLOCK = 0x7c,
|
|
AUDIO_BLOCK = 0x7d,
|
|
VIDEO_I_FRAME = 0x03,
|
|
VIDEO_P_FRAME = 0x01,
|
|
VIDEO_YOFF_P_FRAME = 0x04,
|
|
EOF_BLOCK = 0x14,
|
|
};
|