diff options
author | Tomas Härdin <tjoppen@acc.umu.se> | 2017-08-08 15:28:06 +0200 |
---|---|---|
committer | Tomas Härdin <tjoppen@acc.umu.se> | 2018-02-24 17:06:31 +0100 |
commit | 5655048c73f7c737f44f63e0c0d2b60abe4b9d2b (patch) | |
tree | 647b012ede59e1e6daa9f896035bb9f3a35de290 /doc/general.texi | |
parent | f958f431eced497f42220d8f9890506215742512 (diff) | |
download | ffmpeg-5655048c73f7c737f44f63e0c0d2b60abe4b9d2b.tar.gz |
Add muxer/demuxer for raw codec2 and .c2 files
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 63722f272d..63aed34808 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -320,6 +320,10 @@ library: @item BRSTM @tab @tab X @tab Audio format used on the Nintendo Wii. @item BWF @tab X @tab X +@item codec2 (raw) @tab X @tab X + @tab Must be given -mode format option to decode correctly. +@item codec2 (.c2 files) @tab X @tab X + @tab Contains header with version and mode info, simplifying playback. @item CRI ADX @tab X @tab X @tab Audio-only format used in console video games. @item Discworld II BMV @tab @tab X |