ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Mon Aug 31 20:09:28 2020 +0200| [04d335e4365812b8db1d02ac59b5e3a51cc0f425] | committer: Paul B Mahol
avcodec/sheervideo: use cached bitstream reader except for x32 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04d335e4365812b8db1d02ac59b5e3a51cc0f425 --- libavcodec/sheervideo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/sheervideo.c b/libavcodec/sheervideo.c index 58776421d7..ba9aecbb11 100644 --- a/libavcodec/sheervideo.c +++ b/libavcodec/sheervideo.c @@ -23,6 +23,8 @@ #include <stdlib.h> #include <string.h> +#define CACHED_BITSTREAM_READER !ARCH_X86_32 + #include "libavutil/intreadwrite.h" #include "avcodec.h" #include "get_bits.h" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".