mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #1542 - [WebRTC] Don't use post proc on MIPS
This commit is contained in:
parent
8750eed647
commit
8a6ebcdf2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue