-
- Downloads
ffmpeg: add FEC support to libopusenc
Add option to enable FEC support in libopus encoder, and adds uses this option to instanciate the opus encoder. This option is disabled by default, in order to avoid changing default ffmpeg behavior. If FEC support is enabled and packet loss is higher than 0, the encoder adds ancilliary data to the packet so the decoder can restore the previous packet, in case it is lost. As more data has to be transmitted, this reduces the audio quality when using a fixed bitrate. Issue: #5156 Change-Id: Ic7d69ab122bd63c3ff880e46a0a0dcb316b00760
Please register or sign in to comment