From ef363ebd596da18f889a7d4845023a23dfac84c9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 12 Apr 2014 15:20:57 +0200 Subject: mp3enc: write full LAME frame Most importantly, it contains the encoder delay and replaygain info. --- doc/muxers.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/muxers.texi') diff --git a/doc/muxers.texi b/doc/muxers.texi index bf4a66f72b..6b6e82382f 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -370,7 +370,8 @@ to provide the pictures as soon as possible to avoid excessive buffering. A Xing/LAME frame right after the ID3v2 header (if present). It is enabled by default, but will be written only if the output is seekable. The @code{write_xing} private option can be used to disable it. The frame contains -various information that may be useful to the decoder, like the audio duration. +various information that may be useful to the decoder, like the audio duration +or encoder delay. @item A legacy ID3v1 tag at the end of the file (disabled by default). It may be -- cgit v1.2.3