diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2007-07-19 02:21:14 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2007-07-19 02:21:14 +0000 |
commit | 614e9b24245528c28288b0b17898b130db5aab77 (patch) | |
tree | 66fc7e3211c9fd8dc13a19b8abb6432729cea31e /libavcodec | |
parent | 362664215d3ee46738c211daa9490fcc06eeac72 (diff) | |
download | ffmpeg-614e9b24245528c28288b0b17898b130db5aab77.tar.gz |
don't need to define ALT_BITSTREAM_READER
Originally committed as revision 9752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ac3dec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index 19ceac3645..a1f4cc85dd 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -32,8 +32,6 @@ #include <math.h> #include <string.h> -#define ALT_BITSTREAM_READER - #include "avcodec.h" #include "ac3.h" #include "ac3tab.h" |