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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/2/head
Michael Niedermayer 13 years ago
parent 8e7776036b
commit 06192e42fd
  1. 2
      libavcodec/mpeg4video_parser.c
  2. 2
      libavcodec/mpeg4videodec.c

@ -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"

Loading…
Cancel
Save