From e609cfd697f8eed7325591f767585041719807d1 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 12 May 2015 13:00:29 +0200 Subject: lavc/flac: Fix encoding and decoding with high lpc. Based on an analysis by trac user lvqcl. Fixes ticket #4421, reported by Chase Walker. --- doc/decoders.texi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc') diff --git a/doc/decoders.texi b/doc/decoders.texi index 01fca9fc55..68196cf111 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. -- cgit v1.2.3