diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-07-25 12:23:31 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-15 08:32:18 +0200 |
commit | cd559bb49a3417ab1ca75df3de0029300e5095df (patch) | |
tree | 7819ecb065e546cbed1e518ca0798886f3b44494 /doc/general.texi | |
parent | 35782bfbca0abe39e33d65a771834c6b87855c16 (diff) | |
download | ffmpeg-cd559bb49a3417ab1ca75df3de0029300e5095df.tar.gz |
lavc: add xface image decoder and encoder
Based on libcompface code by James Ashton <James.Ashton@anu.edu.au>, and
relicensed to LGPL with the author's consent.
Diffstat (limited to 'doc/general.texi')
-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 7f50c11cc5..b4176d5daa 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -441,6 +441,8 @@ following image formats are supported: @tab Targa (.TGA) image format @item XBM @tab X @tab X @tab X BitMap image format +@item XFace @tab X @tab X + @tab X-Face image format @item XWD @tab X @tab X @tab X Window Dump image format @end multitable |