mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-25 08:10:41 +00:00
h263: disable slow checked reader, overreads are not possible in
ffmpegs h263 decoder
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 8e7776036b
)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b1933a1e12
commit
e8928f7e97
@ -25,6 +25,8 @@
|
||||
* H.263 decoder.
|
||||
*/
|
||||
|
||||
#define UNCHECKED_BITSTREAM_READER 1
|
||||
|
||||
#include "libavutil/cpu.h"
|
||||
#include "internal.h"
|
||||
#include "avcodec.h"
|
||||
|
@ -27,6 +27,8 @@
|
||||
* h263 decoder.
|
||||
*/
|
||||
|
||||
#define UNCHECKED_BITSTREAM_READER 1
|
||||
|
||||
//#define DEBUG
|
||||
#include <limits.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user