diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2020-09-06 12:24:46 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2020-09-09 11:40:06 +0530 |
commit | 1e5b3f77d9f6f6827b5755763ef041d360969d0c (patch) | |
tree | 730b2d3218f16c25949aef8dcedbbc0e818ec911 /doc/encoders.texi | |
parent | 99e12b5736bd4a63186a4fc71b69ca3ec0c9fa34 (diff) | |
download | ffmpeg-1e5b3f77d9f6f6827b5755763ef041d360969d0c.tar.gz |
avcodec/libopusenc: add option to set inband FEC
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 69bf742c2d..a48b15eb1b 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -953,6 +953,11 @@ The default is 20ms. @item packet_loss (@emph{expect-loss}) Set expected packet loss percentage. The default is 0. +@item fec (@emph{n/a}) +Enable inband forward error correction. @option{packet_loss} must be non-zero +to take advantage - frequency of FEC 'side-data' is proportional to expected packet loss. +Default is disabled. + @item application (N.A.) Set intended application type. Valid options are listed below: |