Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
30 results

decoder_finder.h

  • Philip-Dylan Gleonec's avatar
    f6155a70
    decoder_finder: force libopus for opus decoding · f6155a70
    Philip-Dylan Gleonec authored and Adrien Béraud's avatar Adrien Béraud committed
    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
    f6155a70
    History
    decoder_finder: force libopus for opus decoding
    Philip-Dylan Gleonec authored and Adrien Béraud's avatar Adrien Béraud committed
    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.