diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-04 12:21:00 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-04 12:21:00 +0000 |
commit | 1ae7a851160d088292657bb30de21e980e22dffd (patch) | |
tree | 5629fa579eac301dc2eb0ccdfddc10901c984eb9 /libavcodec/bitstream.h | |
parent | eaf84d970ff5abbdc0506bba552de0e5065fc182 (diff) | |
download | ffmpeg-1ae7a851160d088292657bb30de21e980e22dffd.tar.gz |
indent
Originally committed as revision 9894 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.h')
-rw-r--r-- | libavcodec/bitstream.h | 4 |
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 |