From 1ae7a851160d088292657bb30de21e980e22dffd Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 4 Aug 2007 12:21:00 +0000 Subject: [PATCH] indent Originally committed as revision 9894 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index 9ca693ed23..c516c3c20b 100644 --- a/libavcodec/bitstream.h +++ b/libavcodec/bitstream.h @@ -34,7 +34,7 @@ #include "log.h" #if defined(ALT_BITSTREAM_READER_LE) && !defined(ALT_BITSTREAM_READER) -#define ALT_BITSTREAM_READER +# define ALT_BITSTREAM_READER #endif //#define ALT_BITSTREAM_WRITER @@ -43,7 +43,7 @@ # ifdef ARCH_ARMV4L # define A32_BITSTREAM_READER # else -#define ALT_BITSTREAM_READER +# define ALT_BITSTREAM_READER //#define LIBMPEG2_BITSTREAM_READER //#define A32_BITSTREAM_READER # endif