changeset 4811:2e9455fd2b8c libavcodec

cosmetic
author michael
date Sat, 07 Apr 2007 23:02:43 +0000
parents 0066256e99da
children d9cff0d54fdd
files bethsoftvideo.h
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bethsoftvideo.h	Sat Apr 07 22:04:33 2007 +0000
+++ b/bethsoftvideo.h	Sat Apr 07 23:02:43 2007 +0000
@@ -3,7 +3,10 @@
 enum BethsoftVidBlockType
 {
     PALETTE_BLOCK = 0x02,
-    FIRST_AUDIO_BLOCK = 0x7c, AUDIO_BLOCK = 0x7d,
-    VIDEO_FULL_FRAME_BLOCK = 0x03, VIDEO_DIFFERENCE_FRAME_BLOCK = 0x01, VIDEO_YOFFSET_DIFFERENCE_FRAME_BLOCK = 0x04,
+    FIRST_AUDIO_BLOCK = 0x7c,
+    AUDIO_BLOCK = 0x7d,
+    VIDEO_FULL_FRAME_BLOCK = 0x03,
+    VIDEO_DIFFERENCE_FRAME_BLOCK = 0x01,
+    VIDEO_YOFFSET_DIFFERENCE_FRAME_BLOCK = 0x04,
     FINISHED_BLOCK = 0x14,
 };