Browse Source

mpeg12: disable checked reader.

overreads in mpeg12 are not possible

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 549749c68e)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9.1
Michael Niedermayer 14 years ago
parent
commit
9bd47bbcc6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/mpeg12.c

+ 2
- 0
libavcodec/mpeg12.c View File

@@ -25,6 +25,8 @@
* MPEG-1/2 decoder
*/

#define UNCHECKED_BITSTREAM_READER 1

//#define DEBUG
#include "internal.h"
#include "avcodec.h"


Loading…
Cancel
Save