Browse Source

align vertically

Originally committed as revision 8672 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 19 years ago
parent
commit
fee9e80550
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libavcodec/bethsoftvideo.h

+ 3
- 3
libavcodec/bethsoftvideo.h View File

@@ -1,8 +1,8 @@
enum BethsoftVidBlockType
{
PALETTE_BLOCK = 0x02,
FIRST_AUDIO_BLOCK = 0x7c,
AUDIO_BLOCK = 0x7d,
PALETTE_BLOCK = 0x02,
FIRST_AUDIO_BLOCK = 0x7c,
AUDIO_BLOCK = 0x7d,
VIDEO_I_FRAME = 0x03,
VIDEO_P_FRAME = 0x01,
VIDEO_YOFF_P_FRAME = 0x04,


Loading…
Cancel
Save