Browse code

doc/muxers: Add AIFF doc

Signed-off-by: Stefano Sabatini <stefasab@gmail.com>

Timothy Gu authored on 2013/07/03 11:32:27
Showing 1 changed files
... ...
@@ -18,6 +18,23 @@ enabled muxers.
18 18
 
19 19
 A description of some of the currently available muxers follows.
20 20
 
21
+@anchor{aiff}
22
+@section aiff
23
+
24
+Audio Interchange File Format muxer.
25
+
26
+It accepts the following options:
27
+
28
+@table @option
29
+@item write_id3v2
30
+Enable ID3v2 tags writing when set to 1. Default is 0 (disabled).
31
+
32
+@item id3v2_version
33
+Select ID3v2 version to write. Currently only version 3 and 4 (aka.
34
+ID3v2.3 and ID3v2.4) are supported. The default is version 4.
35
+
36
+@end table
37
+
21 38
 @anchor{crc}
22 39
 @section crc
23 40