summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2007-07-19 02:21:14 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2007-07-19 02:21:14 +0000
commit614e9b24245528c28288b0b17898b130db5aab77 (patch)
tree66fc7e3211c9fd8dc13a19b8abb6432729cea31e
parent362664215d3ee46738c211daa9490fcc06eeac72 (diff)
don't need to define ALT_BITSTREAM_READER
Originally committed as revision 9752 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/ac3dec.c2
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"