diff options
author | Michael Bradshaw <mbradshaw@sorensonmedia.com> | 2011-11-17 16:57:09 -0700 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-07-17 14:56:58 +0200 |
commit | 453c02f971fc7865dea396731accbcd7ab6d3728 (patch) | |
tree | 8d4756f6d1903fd2875fe2e566dad194ace14001 /doc | |
parent | b43a7bb4f91aa9f6eeb630b625f4cf6f47b335cc (diff) | |
download | ffmpeg-453c02f971fc7865dea396731accbcd7ab6d3728.tar.gz |
libopenjpeg: introduce encoding support
Based on FFmpeg version from
commit 713a7854e06964abc8f7d015b94acbed27769d24
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index ccb1818b91..38916de79d 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -372,7 +372,7 @@ 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 @tab E +@item JPEG 2000 @tab E @tab E @tab decoding supported through external library libopenjpeg @item JPEG-LS @tab X @tab X @item LJPEG @tab X @tab |