Commit 87c49719 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DeckLink: remove stub controls

parent 2f460392
......@@ -681,16 +681,8 @@ end:
static int ControlVideo(vout_display_t *vd, int query, va_list args)
{
VLC_UNUSED(vd);
const vout_display_cfg_t *cfg;
switch (query) {
case VOUT_DISPLAY_CHANGE_FULLSCREEN:
cfg = va_arg(args, const vout_display_cfg_t *);
return cfg->is_fullscreen ? VLC_EGENERIC : VLC_SUCCESS;
default:
return VLC_EGENERIC;
}
(void) vd; (void) query; (void) args;
return VLC_EGENERIC;
}
static int OpenVideo(vlc_object_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