OSDN Git Service

cosmetic
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Apr 2007 23:02:43 +0000 (23:02 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Apr 2007 23:02:43 +0000 (23:02 +0000)
Originally committed as revision 8663 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bethsoftvideo.h

index 036175a..b650489 100644 (file)
@@ -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,
 };