X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Ffraps.c;h=8d01b44f1106389a18879936cceaa1873de40aa1;hb=42c636c9722f64fe6290ea8eee13658d25f5fbe3;hp=7a7673f73fe6d7fb4142724af6cc21530fddbd01;hpb=ac4b5d86222006fa71ffe5922e1a34f1422507d8;p=ffmpeg diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c index 7a7673f73fe..8d01b44f110 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -31,6 +31,10 @@ * Version 2 files support by Konstantin Shishkov */ +#include "config.h" + +#define CACHED_BITSTREAM_READER HAVE_FAST_64BIT +#define UNCHECKED_BITSTREAM_READER 1 #include "avcodec.h" #include "get_bits.h" #include "huffman.h"