Commit 8e777603 authored by Michael Niedermayer's avatar Michael Niedermayer

h263: disable slow checked reader, overreads are not possible in

ffmpegs h263 decoder
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 38331d20
......@@ -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>
......
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