changeset 35137:21162d7c4140

Support FFmpeg's Pinnacle Targa Y216 decoder.
author cehoyos
date Sat, 06 Oct 2012 04:45:34 +0000
parents 9d2c691272aa
children f5f583024549
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Fri Oct 05 08:24:13 2012 +0000
+++ b/etc/codecs.conf	Sat Oct 06 04:45:34 2012 +0000
@@ -291,6 +291,14 @@
   dll ayuv
   out 444A
 
+videocodec ffy216
+  info "FFmpeg Pinnacle Targa CineWave YUV16"
+  status working
+  fourcc Y216
+  driver ffmpeg
+  dll targa_y216
+  out 422P16
+
 videocodec ffyuv4
   info "FFmpeg libquicktime yuv4 packed 4:2:0"
   status working