Commit 676a589c authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/utvideodec: enable unchecked bitreader

inner reader loop becomes 16% faster
Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 9c604b34
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment