aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-01-03 21:05:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-01-03 21:51:52 +0100
commit22721b2829f3599ae742fb1cbe2ebedaf50a4875 (patch)
treed4db87bab42822a4c6596a49eeb94f570b9bce7c
parent9bd47bbcc616129b7b853b876dbe16d5109b6bb1 (diff)
downloadffmpeg-22721b2829f3599ae742fb1cbe2ebedaf50a4875.tar.gz
mpegaudiodec: disable unneeded and not working checked reader.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/mpegaudiodec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c
index 5cc3c74339..eead3064ec 100644
--- a/libavcodec/mpegaudiodec.c
+++ b/libavcodec/mpegaudiodec.c
@@ -24,6 +24,8 @@
* MPEG Audio decoder
*/
+#define UNCHECKED_BITSTREAM_READER 1
+
#include "libavutil/audioconvert.h"
#include "avcodec.h"
#include "get_bits.h"