[FFmpeg-cvslog] doc/muxer/adts: apply consistency fixes

Stefano Sabatini git at videolan.org
Wed Jan 10 20:58:08 EET 2024


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Jan  6 19:28:55 2024 +0100| [4d54f022b3b1aea2d809e7f015579c2d5021c919] | committer: Stefano Sabatini

doc/muxer/adts: apply consistency fixes

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d54f022b3b1aea2d809e7f015579c2d5021c919
---

 doc/muxers.texi | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 5bfbc33ea9..7b31aa38b4 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -515,24 +515,23 @@ default is @code{false}
 
 @anchor{adts}
 @section adts
+Audio Data Transport Stream muxer.
 
-Audio Data Transport Stream muxer. It accepts a single AAC stream.
+It accepts a single AAC stream.
 
 @subsection Options
-
-It accepts the following options:
-
 @table @option
-
 @item write_id3v2 @var{bool}
-Enable to write ID3v2.4 tags at the start of the stream. Default is disabled.
+Enable to write ID3v2.4 tags at the start of the stream. Default is
+disabled.
 
 @item write_apetag @var{bool}
-Enable to write APE tags at the end of the stream. Default is disabled.
+Enable to write APE tags at the end of the stream. Default is
+disabled.
 
 @item write_mpeg2 @var{bool}
-Enable to set MPEG version bit in the ADTS frame header to 1 which indicates MPEG-2. Default is 0, which indicates MPEG-4.
-
+Enable to set MPEG version bit in the ADTS frame header to 1 which
+indicates MPEG-2. Default is 0, which indicates MPEG-4.
 @end table
 
 @anchor{aiff}



More information about the ffmpeg-cvslog mailing list