diff options
author | Nicholas Tung <ntung@ntung.com> | 2007-04-07 20:51:58 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-07 20:51:58 +0000 |
commit | 1e6c67599e34348e00ca556ba1ba1537f88ebc96 (patch) | |
tree | 07942ab8eebf464cb85960a5a349fb624cd0e6b5 /doc | |
parent | e5b5149603c24b1c1b16e829e5db5821c3127d2e (diff) | |
download | ffmpeg-1e6c67599e34348e00ca556ba1ba1537f88ebc96.tar.gz |
Bethsoft VID demuxer and video decoder
patch by Nicholas Tung, ntung ntung com
Originally committed as revision 8649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-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 8c351c6374..55acced8b4 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -905,6 +905,8 @@ different game cutscenes repacked for use with ScummVM. @tab Used on the Nintendo GameCube. @item C93 @tab @tab X @tab Used in the game Cyberia from Interplay. +@item Bethsoft VID @tab @tab X +@tab Used in some games from Bethesda Softworks. @end multitable @code{X} means that encoding (resp. decoding) is supported. @@ -1015,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 Bethsoft VID @tab @tab X @tab Used in some games from Bethesda Softworks. @end multitable @code{X} means that encoding (resp. decoding) is supported. |