Commit 3b95102c authored by Rémi Duraffort's avatar Rémi Duraffort

projectm: fix typo.

parent c6603c26
...@@ -172,8 +172,8 @@ static int Open( vlc_object_t * p_this ) ...@@ -172,8 +172,8 @@ static int Open( vlc_object_t * p_this )
p_sys->psz_config = var_InheritString( p_filter, "projectm-config" ); p_sys->psz_config = var_InheritString( p_filter, "projectm-config" );
#else #else
p_sys->psz_preset_path = var_InheritString( p_filter, "projectm-preset-path" ); 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_title_font = var_InheritString( p_filter, "projectm-title-font" );
p_sys->psz_preset_path = var_InheritString( p_filter, "projectm-menu-font" ); p_sys->psz_menu_font = var_InheritString( p_filter, "projectm-menu-font" );
#endif #endif
vlc_mutex_init( &p_sys->lock ); vlc_mutex_init( &p_sys->lock );
p_sys->p_buffer = NULL; p_sys->p_buffer = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment