align vertically
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Apr 2007 23:31:30 +0000 (23:31 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Apr 2007 23:31:30 +0000 (23:31 +0000)
Originally committed as revision 8672 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bethsoftvideo.h

index eb584a4..6c62ac1 100644 (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,