Commit cc3d897d authored by Antoine Cellerier's avatar Antoine Cellerier

Woops, forgot to remove this reference to p_libvlc_global yesterday.

parent a7012dd4
...@@ -718,7 +718,7 @@ static int CreateFilter( vlc_object_t *p_this ) ...@@ -718,7 +718,7 @@ static int CreateFilter( vlc_object_t *p_this )
/* Hook used for callback variables */ /* Hook used for callback variables */
p_logo_list->psz_filename = p_logo_list->psz_filename =
var_CreateGetStringCommand( p_filter->p_libvlc_global , "logo-file" ); var_CreateGetStringCommand( p_filter, "logo-file" );
if( !p_logo_list->psz_filename || !*p_logo_list->psz_filename ) if( !p_logo_list->psz_filename || !*p_logo_list->psz_filename )
{ {
msg_Err( p_this, "logo file not specified" ); msg_Err( p_this, "logo file not specified" );
......
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