Commit 06192e42 authored by Michael Niedermayer's avatar Michael Niedermayer

mpeg4: disable checked bitstream reader, overreads are not possible.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8e777603
......@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define UNCHECKED_BITSTREAM_READER 1
#include "parser.h"
#include "mpegvideo.h"
#include "mpeg4video.h"
......
......@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define UNCHECKED_BITSTREAM_READER 1
#include "libavutil/opt.h"
#include "mpegvideo.h"
#include "mpeg4video.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