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
|
enum BethsoftVidBlockType
|
||||||
{
|
{
|
||||||
PALETTE_BLOCK = 0x02,
|
PALETTE_BLOCK = 0x02,
|
||||||
FIRST_AUDIO_BLOCK = 0x7c, AUDIO_BLOCK = 0x7d,
|
FIRST_AUDIO_BLOCK = 0x7c,
|
||||||
VIDEO_FULL_FRAME_BLOCK = 0x03, VIDEO_DIFFERENCE_FRAME_BLOCK = 0x01, VIDEO_YOFFSET_DIFFERENCE_FRAME_BLOCK = 0x04,
|
AUDIO_BLOCK = 0x7d,
|
||||||
|
VIDEO_FULL_FRAME_BLOCK = 0x03,
|
||||||
|
VIDEO_DIFFERENCE_FRAME_BLOCK = 0x01,
|
||||||
|
VIDEO_YOFFSET_DIFFERENCE_FRAME_BLOCK = 0x04,
|
||||||
FINISHED_BLOCK = 0x14,
|
FINISHED_BLOCK = 0x14,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user