changeset 4818:2137206961c9 libavcodec

align vertically
author michael
date Sat, 07 Apr 2007 23:31:30 +0000
parents a2bb53af16d1
children ec6c58426b82
files bethsoftvideo.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bethsoftvideo.h	Sat Apr 07 23:30:47 2007 +0000
+++ b/bethsoftvideo.h	Sat Apr 07 23:31:30 2007 +0000
@@ -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,