diff options
author | Jai Menon <realityman@gmx.net> | 2009-02-06 11:49:31 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-02-06 11:49:31 +0000 |
commit | 9a77d59a89fd73d8ad1027da3b40b434a0708e6a (patch) | |
tree | 419e695fbb8f975da5fd9e7a6a2789781759559a /doc/general.texi | |
parent | 302879cb36fe59e7341690d91e0e656b02ba07a1 (diff) | |
download | ffmpeg-9a77d59a89fd73d8ad1027da3b40b434a0708e6a.tar.gz |
Use libopenjpeg for jpeg2k decoding.
Patch by Jaikrishnan Menon
Originally committed as revision 17017 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 19d50c707e..180751a389 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -162,6 +162,7 @@ following image formats are supported: @item .Y.U.V @tab X @tab X @tab one raw file per component @item animated GIF @tab X @tab X @tab Only uncompressed GIFs are generated. @item JPEG @tab X @tab X @tab Progressive JPEG is not supported. +@item JPEG 2000 @tab @tab E @tab decoding supported through external library libopenjpeg @item PAM @tab X @tab X @tab PAM is a PNM extension with alpha support. @item PCX @tab @tab X @tab PC Paintbrush @item PGM, PPM @tab X @tab X @@ -176,6 +177,8 @@ following image formats are supported: @code{X} means that encoding (resp. decoding) is supported. +@code{E} means that support is provided through an external library. + @section Video Codecs @multitable @columnfractions .4 .1 .1 .4 |