]> git.sesse.net Git - ffmpeg/blobdiff - doc/decoders.texi
Merge commit '604abd025dac4cc73a2f6b0c000c3695c16fb000'
[ffmpeg] / doc / decoders.texi
index 01fca9fc55c5ed4e23a914c3e6f8b06d8c1ab3ac..68196cf1115eeec43de118434584092c9a0b8ed2 100644 (file)
@@ -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.