]> git.sesse.net Git - vlc/commitdiff
Woops, forgot to remove this reference to p_libvlc_global yesterday.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 25 Mar 2007 13:21:06 +0000 (13:21 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 25 Mar 2007 13:21:06 +0000 (13:21 +0000)
modules/video_filter/logo.c

index 5e63e56b260d3b90dcf47094a69c7db14312eadb..4c4978cee09c6f4d5e06081a0c72ce94c894a710 100644 (file)
@@ -718,7 +718,7 @@ static int CreateFilter( vlc_object_t *p_this )
 
     /* Hook used for callback variables */
     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 )
     {
         msg_Err( p_this, "logo file not specified" );