diff options
author | Roberto Togni <r_togni@tiscali.it> | 2004-01-12 22:14:45 +0000 |
---|---|---|
committer | Roberto Togni <r_togni@tiscali.it> | 2004-01-12 22:14:45 +0000 |
commit | a273bbfb0364faf56c8c58ce726beb94d824ffce (patch) | |
tree | 6b976fe6f9aefad9a8aeb10b35774391d73b177b /doc/ffmpeg-doc.texi | |
parent | fb966f99b0f5353a6cae421f970ae227a95ed969 (diff) | |
download | ffmpeg-a273bbfb0364faf56c8c58ce726beb94d824ffce.tar.gz |
MSZH and ZLIB decoder support
Experimental ZLIB encoder (not working yet)
Originally committed as revision 2693 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index c63d019341..c25b3f3cd1 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -726,6 +726,8 @@ following image formats are supported: @item FLIC video @tab @tab X @item Duck TrueMotion v1 @tab @tab X @tab fourcc: DUCK @item VMD Video @tab @tab X @tab used in Sierra VMD files +@item MSZH @tab @tab X @tab Part of LCL +@item ZLIB @tab X @tab X @tab Part of LCL, encoder experimental @end multitable @code{X} means that the encoding (resp. decoding) is supported. |