changeset 34437:09383e5dd712

Add support for additional libopenjpeg output formats.
author reimar
date Thu, 05 Jan 2012 20:35:07 +0000
parents 8a96cf601e57
children 410531a18351
files etc/codecs.conf
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Jan 05 20:32:10 2012 +0000
+++ b/etc/codecs.conf	Thu Jan 05 20:35:07 2012 +0000
@@ -1779,6 +1779,9 @@
   driver ffmpeg
   dll "libopenjpeg"
   out RGB24,RGB32,BGR32,Y8,Y800
+  out 420P16,420P10,420P9
+  out 422P16,422P10,422P9
+  out 444P16,444P10,444P9
 
 videocodec ffj2k
   info "FFmpeg JPEG 2000"