Commit 68fee037 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Rémi Denis-Courmont

Unused parameters

parent 8c7ec7a4
...@@ -2021,6 +2021,7 @@ static int DeinterlaceCallback( vlc_object_t *p_this, char const *psz_cmd, ...@@ -2021,6 +2021,7 @@ static int DeinterlaceCallback( vlc_object_t *p_this, char const *psz_cmd,
} }
free( psz_old ); free( psz_old );
(void)psz_cmd; (void) oldval; (void) p_data;
return VLC_SUCCESS; return VLC_SUCCESS;
} }
......
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