diff options
author | Nicolas Bertrand <nicoinattendu@gmail.com> | 2013-04-22 11:41:01 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-04-22 15:38:29 +0200 |
commit | c81a70638116eaf4251075475e5cbb600a33c5ec (patch) | |
tree | aa1763bfcab7c9d475bba445ca99de2bfe805826 /doc | |
parent | 0c15a9aa7e1654a19144eb594f9639a57fd47482 (diff) | |
download | ffmpeg-c81a70638116eaf4251075475e5cbb600a33c5ec.tar.gz |
JPEG 2000 decoder for DCinema
Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl>
Updated to current programming standards, style and many more small
fixes by Diego Biurrun <diego@biurrun.de>.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index 2345ef70b6..ee87e9fd44 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -373,8 +373,8 @@ following image formats are supported: @tab Digital Picture Exchange @item JPEG @tab X @tab X @tab Progressive JPEG is not supported. -@item JPEG 2000 @tab E @tab E - @tab decoding supported through external library libopenjpeg +@item JPEG 2000 @tab E @tab X + @tab encoding supported through external library libopenjpeg @item JPEG-LS @tab X @tab X @item LJPEG @tab X @tab @tab Lossless JPEG |