diff bitstream.h @ 5462:4c4d00a98ab1 libavcodec

indent
author michael
date Sat, 04 Aug 2007 12:21:00 +0000
parents 20bea6a9950c
children 9fce88cf7f94
line wrap: on
line diff
--- a/bitstream.h	Sat Aug 04 12:04:41 2007 +0000
+++ b/bitstream.h	Sat Aug 04 12:21:00 2007 +0000
@@ -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