diff options
author | Paul B Mahol | 2012-03-17 17:43:58 +0000 |
---|---|---|
committer | Justin Ruggles | 2012-03-17 15:45:04 -0400 |
commit | 0afd8f12e974c14112c6c3d8ae363c074b963711 (patch) | |
tree | 3f8c8f32edc95eb590571d3f27535744a4cf8810 /doc | |
parent | 6ca3b248e21fc48418c4221fc92c2eecaf07cb9b (diff) |
avcodec: add XBM encoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Justin Ruggles <justin.ruggles@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 d3b31778f3..88949c689a 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -381,6 +381,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 XBM @tab X @tab + @tab X BitMap image format @item XWD @tab X @tab X @tab X Window Dump image format @end multitable |