[FFmpeg-devel] [PATCH] doc/muxers: Add AIFF doc

Timothy Gu timothygu99 at gmail.com
Wed Jul 3 04:32:27 CEST 2013


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

diff --git a/doc/muxers.texi b/doc/muxers.texi
index fff9069..3f01351 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -18,6 +18,23 @@ enabled muxers.
 
 A description of some of the currently available muxers follows.
 
+ at anchor{aiff}
+ at section aiff
+
+Audio Interchange File Format muxer.
+
+It accepts the following options:
+
+ at table @option
+ at item write_id3v2
+Enable ID3v2 tags writing when set to 1. Default is 0 (disabled).
+
+ at item id3v2_version
+Select ID3v2 version to write. Currently only version 3 and 4 (aka.
+ID3v2.3 and ID3v2.4) are supported. The default is version 4.
+
+ at end table
+
 @anchor{crc}
 @section crc
 
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list