From ee77c2c922b9df4865ee02153c86090c46dd88e2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 7 Apr 2007 23:02:43 +0000 Subject: cosmetic Originally committed as revision 8663 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bethsoftvideo.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libavcodec/bethsoftvideo.h') diff --git a/libavcodec/bethsoftvideo.h b/libavcodec/bethsoftvideo.h index 036175af95..b650489698 100644 --- a/libavcodec/bethsoftvideo.h +++ b/libavcodec/bethsoftvideo.h @@ -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, }; -- cgit v1.2.3