Issue #1542 - [WebRTC] Don't use post proc on MIPS

This commit is contained in:
Jiaxun Yang 2020-05-12 12:40:15 +08:00 committed by Roy Tam
commit 8a6ebcdf2f

View file

@ -1103,7 +1103,7 @@ int VP8DecoderImpl::InitDecode(const VideoCodec* inst,
cfg.h = cfg.w = 0; // set after decode
vpx_codec_flags_t flags = 0;
#ifndef WEBRTC_ARCH_ARM
#if !defined(WEBRTC_ARCH_ARM) && !defined(WEBRTC_ARCH_MIPS)
flags = VPX_CODEC_USE_POSTPROC;
#ifdef INDEPENDENT_PARTITIONS
flags |= VPX_CODEC_USE_INPUT_PARTITION;