From 30aa2383cadb2f879e02dca9df293c01119a3111 Mon Sep 17 00:00:00 2001
From: reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Date: Mon, 23 Feb 2009 11:48:45 +0000
Subject: [PATCH] ffvc1vdpau and ffwmv3vdpau should be marked as buggy in the
 same way as the software decoders, otherwise they will be preferred over the
 software decoders which just breaks things when using e.g. xv vo.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28712 b3059339-0415-0410-9bf9-f77b7e298cf2
---
 etc/codecs.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8c2d4a6506..11d0a01e18 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -809,7 +809,7 @@ videocodec ffwmv3
 
 videocodec ffwmv3vdpau
   info "FFmpeg WMV3/WMV9 (VDPAU)"
-  status working
+  status buggy
   fourcc WMV3,wmv3
   driver ffmpeg
   dll wmv3_vdpau
@@ -826,7 +826,7 @@ videocodec ffvc1
 
 videocodec ffvc1vdpau
   info "FFmpeg WVC1 (VDPAU)"
-  status working
+  status buggy
   fourcc WVC1,wvc1,WMVA
   fourcc vc-1,VC-1
   driver ffmpeg