git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
video_filter: fix warnings
[vlc.git]
/
modules
/
video_filter
/
bluescreen.c
diff --git
a/modules/video_filter/bluescreen.c
b/modules/video_filter/bluescreen.c
index
e1db482
..
cfdf911
100644
(file)
--- a/
modules/video_filter/bluescreen.c
+++ b/
modules/video_filter/bluescreen.c
@@
-251,6
+251,7
@@
static int BluescreenCallback( vlc_object_t *p_this, char const *psz_var,
vlc_value_t oldval, vlc_value_t newval,
void *p_data )
{
+ VLC_UNUSED(p_this); VLC_UNUSED(oldval);
filter_sys_t *p_sys = (filter_sys_t *) p_data;
#define VAR_IS( a ) !strcmp( psz_var, CFG_PREFIX a )