From 5902bdd8d4511bdd181d5b3988960917747e3d95 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Thu, 24 Aug 2006 21:59:20 +0000 Subject: [PATCH] cook shouldn't try to enforce the bitstream reader type Originally committed as revision 6080 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cook.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/cook.c b/libavcodec/cook.c index fb04cf574e..88ee071b2b 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -45,7 +45,6 @@ #include #include -#define ALT_BITSTREAM_READER #include "avcodec.h" #include "bitstream.h" #include "dsputil.h"