diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-04-07 16:59:57 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-04-07 16:59:57 +0000 |
commit | fd7b1991999d0dca96ee8fbd2f6a5f218accc6ae (patch) | |
tree | 308799f65af772c14962d2955283bc62ba917f05 /doc | |
parent | a01e08ee5c1bff665133885fb680472ab0702a12 (diff) | |
download | ffmpeg-fd7b1991999d0dca96ee8fbd2f6a5f218accc6ae.tar.gz |
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index ee68421ba7..cfa1488006 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -800,6 +800,7 @@ following image formats are supported: @item AVS Video @tab @tab X @tab Video encoding used by the Creature Shock game. @item Smacker Video @tab @tab X @tab Video encoding used in Smacker. @item RTjpeg @tab @tab X @tab Video encoding used in NuppelVideo files. +@item KMVC @tab @tab X @tab Codec used in Worms games. @end multitable @code{X} means that encoding (resp. decoding) is supported. |