This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
h263: disable slow checked reader, overreads are not possible in
ffmpegs h263 decoder Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Michael Niedermayer
14 years ago
parent
38331d2036
commit
8e7776036b
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/h263dec.c
+2
-0
libavcodec/ituh263dec.c
+ 2
- 0
libavcodec/h263dec.c
View File
@@ -25,6 +25,8 @@
* H.263 decoder.
*/
#define UNCHECKED_BITSTREAM_READER 1
#include "libavutil/cpu.h"
#include "internal.h"
#include "avcodec.h"
+ 2
- 0
libavcodec/ituh263dec.c
View File
@@ -27,6 +27,8 @@
* h263 decoder.
*/
#define UNCHECKED_BITSTREAM_READER 1
//#define DEBUG
#include <limits.h>
Write
Preview
Loading…
Cancel
Save