mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
avcodec/mpeg12dec: Disable the checked bitstream reader
Mpeg1/2 should not need it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
76b5e99ce9
commit
5f54756f7e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user