changeset 33920:54c6c38fcaaa

FFmpeg now supports WVP2 and WMVP.
author cehoyos
date Tue, 23 Aug 2011 20:04:40 +0000
parents 2d87bbea9e0f
children 6c1d39323b6e
files etc/codecs.conf
diffstat 1 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Aug 20 11:36:30 2011 +0000
+++ b/etc/codecs.conf	Tue Aug 23 20:04:40 2011 +0000
@@ -1006,13 +1006,20 @@
   dll wmv3
   out YV12,I420,IYUV
 
+videocodec ffwvp2
+  info "FFmpeg WVP2"
+  status working
+  fourcc WVP2
+  driver ffmpeg
+  dll vc1image
+  out YV12,I420,IYUV
+
 videocodec ffwmvp
   info "FFmpeg WVC1"
-  comment "requires demuxer lavf"
-  status buggy
+  status working
   fourcc wmvp,WMVP
   driver ffmpeg
-  dll wmv3
+  dll wmv3image
   out YV12,I420,IYUV
 
 videocodec ffwmv3vdpau