diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-03-21 17:27:47 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-03-21 17:27:47 +0000 |
commit | 348efc18364a9daca569ed77e184b843d9bc5f11 (patch) | |
tree | 9e51355eb3765361e16b0840d4b3ce2268f87e6e /doc | |
parent | 305ee50fbbea2412e80ad30ba4f7d79dd24806fe (diff) | |
download | ffmpeg-348efc18364a9daca569ed77e184b843d9bc5f11.tar.gz |
Smacker demuxer and decoder.
Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index c50e9199dd..14d4f1b695 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -702,6 +702,8 @@ library: @tab Multimedia format used in games like Mad Dog McCree @item AVS @tab @tab X @tab Multimedia format used by the Creature Shock game. +@item Smacker @tab @tab X +@tab Multimedia format used by many games. @end multitable @code{X} means that encoding (resp. decoding) is supported. @@ -796,6 +798,7 @@ following image formats are supported: @item American Laser Games Video @tab @tab X @tab Used in games like Mad Dog McCree @item ZMBV @tab @tab X @tab @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. @end multitable @code{X} means that encoding (resp. decoding) is supported. @@ -871,6 +874,7 @@ other implementations. @tab All versions except 5.1 are supported @item DSP Group TrueSpeech @tab @tab X @item True Audio (TTA) @tab @tab X +@item Smacker Audio @tab @tab X @end multitable @code{X} means that encoding (resp. decoding) is supported. |