Commit 5f54756f authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mpeg12dec: Disable the checked bitstream reader

Mpeg1/2 should not need it
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 76b5e99c
......@@ -25,6 +25,7 @@
* MPEG-1/2 decoder
*/
#define UNCHECKED_BITSTREAM_READER 1
#include "libavutil/attributes.h"
#include "libavutil/internal.h"
#include "libavutil/stereo3d.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment