diff options
author | Vesselin Bontchev <vesselin.bontchev@yandex.com> | 2015-07-19 23:16:36 +0200 |
---|---|---|
committer | Vesselin Bontchev <vesselin.bontchev@yandex.com> | 2015-08-21 04:24:58 +0000 |
commit | e32a99264be6ce0d3ec060fdb8b56463b2f0b8cd (patch) | |
tree | c57c4f9933bc1c7eb2977628f6b9cebfd7f87d61 /doc/demuxers.texi | |
parent | 45f3d4e63e7807ff3d281f269625ed83f11e4cdc (diff) | |
download | ffmpeg-e32a99264be6ce0d3ec060fdb8b56463b2f0b8cd.tar.gz |
Add support for Audible AA files
https://en.wikipedia.org/wiki/Audible.com#Quality
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index eb7cd4bef8..34bfc9bf38 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -18,6 +18,12 @@ enabled demuxers. The description of some of the currently available demuxers follows. +@section aa + +Audible Format 2, 3, and 4 demuxer. + +This demuxer is used to demux Audible Format 2, 3, and 4 (.aa) files. + @section applehttp Apple HTTP Live Streaming demuxer. |