From fee9e80550b5e52304a83fdc63ca5ddaf0f0509a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 7 Apr 2007 23:31:30 +0000 Subject: align vertically Originally committed as revision 8672 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bethsoftvideo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/bethsoftvideo.h') diff --git a/libavcodec/bethsoftvideo.h b/libavcodec/bethsoftvideo.h index eb584a44c3..6c62ac1b86 100644 --- a/libavcodec/bethsoftvideo.h +++ b/libavcodec/bethsoftvideo.h @@ -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, -- cgit v1.2.3