changeset 9100:99ac7c42461f libavcodec

flacdec: ALT_BITSTREAM_READER is no longer required.
author jbr
date Tue, 03 Mar 2009 02:53:11 +0000
parents 152bee4c0722
children 03a05f3afbae
files flacdec.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flacdec.c	Tue Mar 03 02:19:01 2009 +0000
+++ b/flacdec.c	Tue Mar 03 02:53:11 2009 +0000
@@ -35,7 +35,6 @@
 
 #include <limits.h>
 
-#define ALT_BITSTREAM_READER
 #include "libavutil/crc.h"
 #include "avcodec.h"
 #include "bitstream.h"