[Ffmpeg-cvslog] r8663 - trunk/libavcodec/bethsoftvideo.h

michael subversion
Sun Apr 8 01:02:43 CEST 2007


Author: michael
Date: Sun Apr  8 01:02:43 2007
New Revision: 8663

Modified:
   trunk/libavcodec/bethsoftvideo.h

Log:
cosmetic


Modified: trunk/libavcodec/bethsoftvideo.h
==============================================================================
--- trunk/libavcodec/bethsoftvideo.h	(original)
+++ trunk/libavcodec/bethsoftvideo.h	Sun Apr  8 01:02:43 2007
@@ -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,
 };




More information about the ffmpeg-cvslog mailing list