Commit 976177c1 authored by michael's avatar michael

align vertically


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8672 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c3a6be4a
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,
......
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