mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
align vertically
Originally committed as revision 8672 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
43769d722a
commit
fee9e80550
@ -1,8 +1,8 @@
|
|||||||
enum BethsoftVidBlockType
|
enum BethsoftVidBlockType
|
||||||
{
|
{
|
||||||
PALETTE_BLOCK = 0x02,
|
PALETTE_BLOCK = 0x02,
|
||||||
FIRST_AUDIO_BLOCK = 0x7c,
|
FIRST_AUDIO_BLOCK = 0x7c,
|
||||||
AUDIO_BLOCK = 0x7d,
|
AUDIO_BLOCK = 0x7d,
|
||||||
VIDEO_I_FRAME = 0x03,
|
VIDEO_I_FRAME = 0x03,
|
||||||
VIDEO_P_FRAME = 0x01,
|
VIDEO_P_FRAME = 0x01,
|
||||||
VIDEO_YOFF_P_FRAME = 0x04,
|
VIDEO_YOFF_P_FRAME = 0x04,
|
||||||
|
Loading…
Reference in New Issue
Block a user