OSDN Git Service

indent
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Aug 2007 12:21:00 +0000 (12:21 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 4 Aug 2007 12:21:00 +0000 (12:21 +0000)
Originally committed as revision 9894 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bitstream.h

index 9ca693e..c516c3c 100644 (file)
@@ -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