1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00

projectm: fix typo.

This commit is contained in:
Rémi Duraffort 2010-02-16 22:37:26 +01:00
parent c6603c262f
commit 3b95102c23

View File

@ -172,8 +172,8 @@ static int Open( vlc_object_t * p_this )
p_sys->psz_config = var_InheritString( p_filter, "projectm-config" );
#else
p_sys->psz_preset_path = var_InheritString( p_filter, "projectm-preset-path" );
p_sys->psz_preset_path = var_InheritString( p_filter, "projectm-title-font" );
p_sys->psz_preset_path = var_InheritString( p_filter, "projectm-menu-font" );
p_sys->psz_title_font = var_InheritString( p_filter, "projectm-title-font" );
p_sys->psz_menu_font = var_InheritString( p_filter, "projectm-menu-font" );
#endif
vlc_mutex_init( &p_sys->lock );
p_sys->p_buffer = NULL;