Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ebeee109
Commit
ebeee109
authored
Oct 01, 2006
by
zorglub
Browse files
gra
parent
111a8051
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/marq.c
View file @
ebeee109
...
...
@@ -215,7 +215,7 @@ static void DestroyFilter( vlc_object_t *p_this )
/* Delete the marquee variables */
#define DEL_VAR(var) \
var_DelCallback( p_filter->p_libvlc, var, MarqueeCallback, p_sys ) \
var_DelCallback( p_filter->p_libvlc, var, MarqueeCallback, p_sys )
;
\
var_Destroy( p_filter->p_libvlc, var );
DEL_VAR
(
"marq-x"
);
DEL_VAR
(
"marq-y"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment