Problem w/ debug output and xvideo
Christophe Massiot
massiot at via.ecp.fr
Tue Apr 17 20:18:07 CEST 2001
On Tue, Apr 17, 2001, Steve Brown wrote:
> if( (p_vout->p_sys->xv_port = XVideoGetPort(
> p_vout->p_sys->p_display ))<0 )
> return 1;
> - intf_DbgMsg( 1, "Using xv port %d" , p_vout->p_sys->xv_port );
> + intf_DbgMsg( "Using xv port %d" , p_vout->p_sys->xv_port );
This is a side effect, intf_DbgMsg is defined to ";" in non-debug mode...
--
Christophe Massiot.
More information about the vlc
mailing list