Commit ee77c2c9 authored by Michael Niedermayer's avatar Michael Niedermayer

cosmetic

Originally committed as revision 8663 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 90523428
...@@ -3,7 +3,10 @@ ...@@ -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,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment