summaryrefslogtreecommitdiff
path: root/libavcodec/bethsoftvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-04-07 23:31:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-04-07 23:31:30 +0000
commitfee9e80550b5e52304a83fdc63ca5ddaf0f0509a (patch)
tree61100b94cb6171d4077bebb637c4bd25a3522ade /libavcodec/bethsoftvideo.h
parent43769d722a0960fa7a7d72c5f20cb3398f497ef8 (diff)
align vertically
Originally committed as revision 8672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bethsoftvideo.h')
-rw-r--r--libavcodec/bethsoftvideo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/bethsoftvideo.h b/libavcodec/bethsoftvideo.h
index eb584a44c3..6c62ac1b86 100644
--- a/libavcodec/bethsoftvideo.h
+++ b/libavcodec/bethsoftvideo.h
@@ -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,