1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avcodec/utvideodec: enable unchecked bitreader

inner reader loop becomes 16% faster

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2017-06-27 21:47:33 +02:00
parent 9c604b34d4
commit 676a589c93

View File

@@ -27,6 +27,8 @@
#include <inttypes.h>
#include <stdlib.h>
#define UNCHECKED_BITSTREAM_READER 1
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "bswapdsp.h"