Commit 9932d0f9 authored by Sébastien Escudier's avatar Sébastien Escudier Committed by Rafaël Carré

video_output fix compilation

Signed-off-by: default avatarRafaël Carré <rafael.carre@gmail.com>
parent 156883de
......@@ -1910,6 +1910,7 @@ static void DeinterlaceSave( vout_thread_t *p_vout, int i_deinterlace, const cha
static int DeinterlaceCallback( vlc_object_t *p_this, char const *psz_cmd,
vlc_value_t oldval, vlc_value_t newval, void *p_data )
{
VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED(newval); VLC_UNUSED(p_data);
vout_thread_t *p_vout = (vout_thread_t *)p_this;
/* */
......
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