diff options
author | Donny Yang <work@kota.moe> | 2015-03-28 19:06:24 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-02 04:52:59 +0200 |
commit | 80be7daaa8ddf0716c413df17e75e5beffbc2a64 (patch) | |
tree | d6dd569ff4de6083007fa6ba3a27ffe91fd3f5cf /doc/general.texi | |
parent | d75984486399e655cbcba098e986ced4e1187efa (diff) | |
download | ffmpeg-80be7daaa8ddf0716c413df17e75e5beffbc2a64.tar.gz |
apng: Add a basic APNG muxer
Additionally, update some documentation with support for APNG
Signed-off-by: Donny Yang <work@kota.moe>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 85ee219270..589b4232ce 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -222,6 +222,7 @@ library: @tab Audio format used on the Nintendo Gamecube. @item AFC @tab @tab X @tab Audio format used on the Nintendo Gamecube. +@item APNG @tab X @tab X @item ASF @tab X @tab X @item AST @tab X @tab X @tab Audio format used on the Nintendo Wii. @@ -508,6 +509,7 @@ following image formats are supported: @item Alias PIX @tab X @tab X @tab Alias/Wavefront PIX image format @item animated GIF @tab X @tab X +@item APNG @tab X @tab X @item BMP @tab X @tab X @tab Microsoft BMP image @item BRender PIX @tab @tab X |