mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
cosmetic
Originally committed as revision 8663 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
905234285d
commit
ee77c2c922
@ -3,7 +3,10 @@
|
||||
enum BethsoftVidBlockType
|
||||
{
|
||||
PALETTE_BLOCK = 0x02,
|
||||
FIRST_AUDIO_BLOCK = 0x7c, AUDIO_BLOCK = 0x7d,
|
||||
VIDEO_FULL_FRAME_BLOCK = 0x03, VIDEO_DIFFERENCE_FRAME_BLOCK = 0x01, VIDEO_YOFFSET_DIFFERENCE_FRAME_BLOCK = 0x04,
|
||||
FIRST_AUDIO_BLOCK = 0x7c,
|
||||
AUDIO_BLOCK = 0x7d,
|
||||
VIDEO_FULL_FRAME_BLOCK = 0x03,
|
||||
VIDEO_DIFFERENCE_FRAME_BLOCK = 0x01,
|
||||
VIDEO_YOFFSET_DIFFERENCE_FRAME_BLOCK = 0x04,
|
||||
FINISHED_BLOCK = 0x14,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user