[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.84,1.85
    Alex Beregszaszi 
    alex at naxine.org
       
    Sun Mar 17 15:57:27 CET 2002
    
    
  
Hi,
hehh, you should solve this problem in other ways!
-
alex
> --- vo_x11.c	16 Mar 2002 02:42:19 -0000	1.84
> +++ vo_x11.c	17 Mar 2002 15:11:44 -0000	1.85
> @@ -553,6 +553,8 @@
>  
>  static uint32_t query_format( uint32_t format )
>  {
> +    if(verbose > 2)
> +        printf("vo_x11: query_format was called: %x (%s)\n",format,vo_format_name(format));
>      if (IMGFMT_IS_BGR(format))
>      {
>  	if (IMGFMT_BGR_DEPTH(format) == vo_depthonscreen)
    
    
More information about the MPlayer-cvslog
mailing list