diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-07 20:55:16 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-07 20:55:16 +0000 |
commit | 8845202e8a2a372d899838ebbd80a286f9c20973 (patch) | |
tree | 642d3c43646fa9768dd9d69cd664a9b3f84e9eb2 | |
parent | 1e6c67599e34348e00ca556ba1ba1537f88ebc96 (diff) | |
download | ffmpeg-8845202e8a2a372d899838ebbd80a286f9c20973.tar.gz |
Add THP video and audio decoders.
Originally committed as revision 8650 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 55acced8b4..971af969af 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1017,6 +1017,7 @@ following image formats are supported: @item DXA Video @tab @tab X @tab Codec originally used in Feeble Files game. @item AVID DNxHD @tab @tab X @tab aka SMPTE VC3 @item C93 Video @tab @tab X @tab Codec used in Cyberia game. +@item THP @tab @tab X @tab Used on the Nintendo GameCube. @item Bethsoft VID @tab @tab X @tab Used in some games from Bethesda Softworks. @end multitable @@ -1055,6 +1056,8 @@ following image formats are supported: @tab Used in various EA titles. @item Creative ADPCM @tab @tab X @tab 16 -> 4, 8 -> 4, 8 -> 3, 8 -> 2 +@item THP ADPCM @tab @tab X +@tab Used on the Nintendo GameCube. @item RA144 @tab @tab X @tab Real 14400 bit/s codec @item RA288 @tab @tab X |