diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-05-12 13:00:29 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-05-17 02:08:58 +0200 |
commit | e609cfd697f8eed7325591f767585041719807d1 (patch) | |
tree | de8a4644b6f5192633100b191d58a10bdcba1327 /doc | |
parent | 38f5a266eed1160e87da8e832a0a07818d7673cb (diff) | |
download | ffmpeg-streaming-e609cfd697f8eed7325591f767585041719807d1.zip ffmpeg-streaming-e609cfd697f8eed7325591f767585041719807d1.tar.gz |
lavc/flac: Fix encoding and decoding with high lpc.
Based on an analysis by trac user lvqcl.
Fixes ticket #4421, reported by Chase Walker.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/decoders.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 01fca9f..68196cf 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -83,6 +83,23 @@ Loud sounds are fully compressed. Soft sounds are enhanced. @end table +@section flac + +FLAC audio decoder. + +This decoder aims to implement the complete FLAC specification from Xiph. + +@subsection FLAC Decoder options + +@table @option + +@item -use_buggy_lpc +The lavc FLAC encoder used to produce buggy streams with high lpc values +(like the default value). This option allows to decode such streams +correctly by using lavc's old buggy lpc logic for decoding. + +@end table + @section ffwavesynth Internal wave synthetizer. |