git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7012dd
)
Woops, forgot to remove this reference to p_libvlc_global yesterday.
author
Antoine Cellerier
<dionoea@videolan.org>
Sun, 25 Mar 2007 13:21:06 +0000
(13:21 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Sun, 25 Mar 2007 13:21:06 +0000
(13:21 +0000)
modules/video_filter/logo.c
patch
|
blob
|
history
diff --git
a/modules/video_filter/logo.c
b/modules/video_filter/logo.c
index
5e63e56
..
4c4978c
100644
(file)
--- a/
modules/video_filter/logo.c
+++ b/
modules/video_filter/logo.c
@@
-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" );