[vlc-devel] video title ?
Hornsby Adrian
adrian_hornsby at yahoo.co.uk
Fri Mar 26 15:38:15 CET 2004
Okay, could we get rid of the ;
if (video_title == NULL) /*default video Title*/
{
if( p_event->p_vout->p_sys->b_using_overlay )
SetWindowText( p_event->p_vout->p_sys->hwnd,
VOUT_TITLE " (hardware YUV overlay DirectX output)" );
else if( p_event->p_vout->p_sys->b_hw_yuv )
SetWindowText( p_event->p_vout->p_sys->hwnd,
VOUT_TITLE " (hardware YUV DirectX output)" );
else SetWindowText( p_event->p_vout->p_sys->hwnd,
VOUT_TITLE " (software RGB DirectX output)" );
break;
}
and just have a default video TITLE like VLC ? and then change the title with --video-title <string> ???
adrian
************************************************************
HORNS Adrian
Teräskatu 7 D 67
33720 Tampere
FINLAND
#Tel :+358 (0)456376712
http://www.students.tut.fi/~hornsby/
************************************************************
Tampere University of Technology -TTY
Information Technology - Tietotalo
Department of Signal Processing
TF 314
33720 Tampere
FINLAND
************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20040326/f32382ec/attachment.html>
More information about the vlc-devel
mailing list