diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2024-01-06 19:31:55 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-01-10 19:56:34 +0100 |
commit | 1daf10e51d51d8f072c4b61cf90f58e869a75868 (patch) | |
tree | 3be7f75d305f8ef38d5f4dd5b5f048889f985386 | |
parent | 4d54f022b3b1aea2d809e7f015579c2d5021c919 (diff) | |
download | ffmpeg-1daf10e51d51d8f072c4b61cf90f58e869a75868.tar.gz |
doc/muxers/aiff: apply formatting fixes
-rw-r--r-- | doc/muxers.texi | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 7b31aa38b4..de356af177 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -536,21 +536,16 @@ indicates MPEG-2. Default is 0, which indicates MPEG-4. @anchor{aiff} @section aiff - Audio Interchange File Format muxer. @subsection Options - -It accepts the following options: - @table @option -@item write_id3v2 +@item write_id3v2 @var{bool} Enable ID3v2 tags writing when set to 1. Default is 0 (disabled). -@item id3v2_version +@item id3v2_version @var{bool} Select ID3v2 version to write. Currently only version 3 and 4 (aka. ID3v2.3 and ID3v2.4) are supported. The default is version 4. - @end table @anchor{alp} |