This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 07ae44a607 doc/muxers: document the lrc precision option
07ae44a607 is described below

commit 07ae44a607d86dabb38bb591f28ddf4e49386479
Author:     Bogdan Lisman <[email protected]>
AuthorDate: Sun Jun 14 23:08:23 2026 +0300
Commit:     Gyan Doshi <[email protected]>
CommitDate: Tue Jun 16 00:23:38 2026 +0000

    doc/muxers: document the lrc precision option
    
    The lrc muxer has a precision option controlling the number of
    fractional digits written in each timestamp, but it was not documented.
    Add it to the lrc section, including its range and default.
    
    Signed-off-by: Bogdan Lisman <[email protected]>
---
 doc/muxers.texi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 2b5fc3832c..5056a3e3d6 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -2761,6 +2761,14 @@ song lyrics with an audio file, such as MP3, Vorbis, or 
MIDI.
 
 This muxer accepts a single @samp{subrip} or @samp{text} subtitles stream.
 
+@subsection Options
+@table @option
+@item precision @var{number}
+Set the number of decimal digits used for the fractional (sub-second)
+part of the timestamps. Range is @code{1} to @code{6}. Default is
+@code{2}, i.e. centiseconds.
+@end table
+
 @subsection Metadata
 The following metadata tags are converted to the format corresponding
 metadata:

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to