changeset 5378:d7fde453d208 libavcodec

don't need to define ALT_BITSTREAM_READER
author jbr
date Thu, 19 Jul 2007 02:21:14 +0000
parents 2020fab0e37a
children e9f8a337c5ce
files ac3dec.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ac3dec.c	Thu Jul 19 02:16:20 2007 +0000
+++ b/ac3dec.c	Thu Jul 19 02:21:14 2007 +0000
@@ -32,8 +32,6 @@
 #include <math.h>
 #include <string.h>
 
-#define ALT_BITSTREAM_READER
-
 #include "avcodec.h"
 #include "ac3.h"
 #include "ac3tab.h"