diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-01-21 17:45:52 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-01-23 19:04:35 +0100 |
commit | 27ed027bcdcb7445ab62d4870a8be3615ffc1e31 (patch) | |
tree | 73bd9200385a5fc89837a1301587d34da8d1c896 /doc | |
parent | 7662a532fbb83d5b3e559a7da58254e56cae3157 (diff) | |
download | ffmpeg-27ed027bcdcb7445ab62d4870a8be3615ffc1e31.tar.gz |
XWD encoder and decoder
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 79af887570..cda79c07b4 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -379,6 +379,8 @@ following image formats are supported: @tab YUV, JPEG and some extension is not supported yet. @item Truevision Targa @tab X @tab X @tab Targa (.TGA) image format +@item XWD @tab X @tab X + @tab X Window Dump image format @end multitable @code{X} means that encoding (resp. decoding) is supported. |