changeset 34063:31fdbcd6de70

Support FFmpeg JPEG 2000 decoder.
author cehoyos
date Thu, 29 Sep 2011 11:19:23 +0000
parents 4a0cac2ced3f
children 54becc464788
files etc/codecs.conf
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Sep 29 02:44:48 2011 +0000
+++ b/etc/codecs.conf	Thu Sep 29 11:19:23 2011 +0000
@@ -1665,6 +1665,16 @@
   dll "libopenjpeg"
   out RGB24,RGB32,BGR32,Y8,Y800
 
+videocodec ffj2k
+  info "FFmpeg JPEG 2000"
+  status working
+  fourcc MJ2C
+  fourcc MJP2
+  fourcc mjp2
+  driver ffmpeg
+  dll "j2k"
+  out RGB24,Y800
+
 videocodec m3jpeg2k
   info "Morgan MJPEG2000"
   status working