Re: [FFmpeg-devel] [PATCH] [WIP] libopusdec: Enable FEC/PLC

2018-05-22 Thread Steinar H. Gunderson
On Tue, May 15, 2018 at 12:35:45AM +0200, Steinar H. Gunderson wrote: > Whenever we detect a discontinuity in the incoming stream, ask libopus > to make up intermediate frames based on the first one we actually have > after the discontinuity. If the stream contains FEC data (basically a > low-quali

Re: [FFmpeg-devel] [PATCH] [WIP] libopusdec: Enable FEC/PLC

2018-05-15 Thread Michael Niedermayer
On Tue, May 15, 2018 at 12:35:45AM +0200, Steinar H. Gunderson wrote: > Whenever we detect a discontinuity in the incoming stream, ask libopus > to make up intermediate frames based on the first one we actually have > after the discontinuity. If the stream contains FEC data (basically a > low-quali

[FFmpeg-devel] [PATCH] [WIP] libopusdec: Enable FEC/PLC

2018-05-15 Thread Steinar H. Gunderson
Whenever we detect a discontinuity in the incoming stream, ask libopus to make up intermediate frames based on the first one we actually have after the discontinuity. If the stream contains FEC data (basically a low-quality side stream that is delayed by one packet), libopus will decode that. If no