[MPlayer-cvslog] r35251 - trunk/etc/codecs.conf
    cehoyos 
    subversion at mplayerhq.hu
       
    Wed Oct 17 22:14:29 CEST 2012
    
    
  
Author: cehoyos
Date: Wed Oct 17 22:14:28 2012
New Revision: 35251
Log:
Do not allow 'black' decoder to be prefered over real decoders.
Modified:
   trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Tue Oct 16 00:04:14 2012	(r35250)
+++ trunk/etc/codecs.conf	Wed Oct 17 22:14:28 2012	(r35251)
@@ -4219,7 +4219,7 @@ videocodec null
 
 videocodec black
   info "black codec (no decoding just output black frames!)"
-  status working
+  status buggy
   comment "for unknown/unsupported codecs or testing"
   driver black
   out YV12
    
    
More information about the MPlayer-cvslog
mailing list