summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-04 12:21:00 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-04 12:21:00 +0000
commit1ae7a851160d088292657bb30de21e980e22dffd (patch)
tree5629fa579eac301dc2eb0ccdfddc10901c984eb9 /libavcodec/bitstream.h
parenteaf84d970ff5abbdc0506bba552de0e5065fc182 (diff)
indent
Originally committed as revision 9894 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.h')
-rw-r--r--libavcodec/bitstream.h4
1 files 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