changeset 34284:f37139e765b9

Support FFmpeg VBLE decoder. Patch by Paul B Mahol, onemda gmail
author cehoyos
date Fri, 02 Dec 2011 19:14:23 +0000
parents 3a4adac4e9a5
children 58dc65acc1f4
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Dec 01 19:10:15 2011 +0000
+++ b/etc/codecs.conf	Fri Dec 02 19:14:23 2011 +0000
@@ -2324,6 +2324,14 @@
   out RGB32,RGB24
   out BGR32,BGR24
 
+videocodec ffvble
+  info "FFmpeg VBLE lossless codec"
+  status working
+  fourcc VBLE
+  driver ffmpeg
+  dll vble
+  out YV12
+
 videocodec psiv
   info "Infinite Video PSI_V"
   status working