changeset 5462:4c4d00a98ab1 libavcodec

indent
author michael
date Sat, 04 Aug 2007 12:21:00 +0000
parents c427d8950769
children 521465ec12e0
files bitstream.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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