You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
dnxhddec: use unsafe bitstream reader
Each line is padded by the format, and errors are now reported and stop the decoding. Around 5% speedup. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
fd44892073
commit
235381e674
@@ -26,6 +26,7 @@
|
|||||||
#include "libavutil/timer.h"
|
#include "libavutil/timer.h"
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "blockdsp.h"
|
#include "blockdsp.h"
|
||||||
|
#define UNCHECKED_BITSTREAM_READER 1
|
||||||
#include "get_bits.h"
|
#include "get_bits.h"
|
||||||
#include "dnxhddata.h"
|
#include "dnxhddata.h"
|
||||||
#include "idctdsp.h"
|
#include "idctdsp.h"
|
||||||
|
Reference in New Issue
Block a user