summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_vo.c')
-rw-r--r--video/filter/vf_vo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/filter/vf_vo.c b/video/filter/vf_vo.c
index f1931126f3..8fe30bf415 100644
--- a/video/filter/vf_vo.c
+++ b/video/filter/vf_vo.c
@@ -107,6 +107,8 @@ static int control(struct vf_instance *vf, int request, void *data)
};
return vo_control(video_out, VOCTRL_GET_EQUALIZER, &param) == VO_TRUE;
}
+ case VFCTRL_HWDEC_DECODER_RENDER:
+ return vo_control(video_out, VOCTRL_HWDEC_DECODER_RENDER, data);
}
return CONTROL_UNKNOWN;
}