]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bethsoftvideo.h
align vertically
[ffmpeg] / libavcodec / bethsoftvideo.h
index eb584a44c37e40b8fac370ad78c5f5833bb40f35..6c62ac1b863025181959590bf2547081e995df75 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,