Select Git revision
decoder_finder.h
-
ffmpeg implements two opus decoders. libopusdec is a wrapper around the libopus reference opus library. opusdec is a native implementation, but lacks features such as FEC support in some distribution. Depending on the distribution configuration, ffmpeg can select either decoder for opus. This patch forces the use of libopus if it exists. If it does not, the function will fall back to opusdec. Issue: #4857 Change-Id: Ia1838a593c9199fc1cbda5f4596c318a8cdd886b
ffmpeg implements two opus decoders. libopusdec is a wrapper around the libopus reference opus library. opusdec is a native implementation, but lacks features such as FEC support in some distribution. Depending on the distribution configuration, ffmpeg can select either decoder for opus. This patch forces the use of libopus if it exists. If it does not, the function will fall back to opusdec. Issue: #4857 Change-Id: Ia1838a593c9199fc1cbda5f4596c318a8cdd886b
Code owners
Assign users and groups as approvers for specific file changes. Learn more.