[FFmpeg-cvslog] avcodec/sheervideo: use cached bitstream reader except for x32

Paul B Mahol git at videolan.org
Mon Aug 31 21:12:40 EEST 2020


ffmpeg | branch: master | Paul B Mahol <onemda at 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"



More information about the ffmpeg-cvslog mailing list