[FFmpeg-cvslog] r9894 - trunk/libavcodec/bitstream.h

michael subversion
Sat Aug 4 14:21:01 CEST 2007


Author: michael
Date: Sat Aug  4 14:21:00 2007
New Revision: 9894

Log:
indent


Modified:
   trunk/libavcodec/bitstream.h

Modified: trunk/libavcodec/bitstream.h
==============================================================================
--- trunk/libavcodec/bitstream.h	(original)
+++ trunk/libavcodec/bitstream.h	Sat Aug  4 14:21:00 2007
@@ -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




More information about the ffmpeg-cvslog mailing list