changeset 34192:985b12b73d0d

Support FFmpeg Dirac decoder.
author cehoyos
date Mon, 31 Oct 2011 00:47:40 +0000
parents 47e1375c4d79
children 95f91c9bcc9f
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Oct 30 18:00:25 2011 +0000
+++ b/etc/codecs.conf	Mon Oct 31 00:47:40 2011 +0000
@@ -1293,6 +1293,14 @@
   dll mpeg4
   out YV12,I420,IYUV flip
 
+videocodec ffdirac
+  info "FFmpeg Dirac"
+  status working
+  fourcc drac
+  driver ffmpeg
+  dll dirac
+  out 422P,YV12,444P
+
 videocodec fflibschroedinger
   info "Dirac (through FFmpeg libschroedinger)"
   status working