[MPlayer-cvslog] r26206 - trunk/libvo/vo_svga.c
    iive 
    subversion at mplayerhq.hu
       
    Sun Mar  9 19:49:32 CET 2008
    
    
  
Author: iive
Date: Sun Mar  9 19:49:31 2008
New Revision: 26206
Log:
Fix wrong check for vidix usage.
Modified:
   trunk/libvo/vo_svga.c
Modified: trunk/libvo/vo_svga.c
==============================================================================
--- trunk/libvo/vo_svga.c	(original)
+++ trunk/libvo/vo_svga.c	Sun Mar  9 19:49:31 2008
@@ -362,7 +362,7 @@ static int control(uint32_t request, voi
   }
 
 #ifdef CONFIG_VIDIX
-  if (vidix_name) {
+  if (vidix_name[0]) {
     switch (request) {
     case VOCTRL_SET_EQUALIZER:
     {
    
    
More information about the MPlayer-cvslog
mailing list