diff etc/codecs.conf @ 36413:2dfea9cc8e2b

Add support for VP9 decoding via FFmpeg.
author reimar
date Sat, 16 Nov 2013 07:33:54 +0000
parents 291485d8cfa8
children 41cef3e079b8
line wrap: on
line diff
--- a/etc/codecs.conf	Fri Nov 15 19:36:29 2013 +0000
+++ b/etc/codecs.conf	Sat Nov 16 07:33:54 2013 +0000
@@ -2941,6 +2941,14 @@
   dll "vp8"
   out YV12
 
+videocodec ffvp9
+  info "FFmpeg VP9"
+  status working
+  fourcc VP90
+  driver ffmpeg
+  dll "vp9"
+  out YV12
+
 videocodec fflibvpx
   info "FFmpeg wrapper for libvpx/VP8"
   status working