From 17ab38bc664308ea6fe17249b9ddd434b6e05d8e Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Jul 2013 00:52:17 +0200 Subject: dec_video: add vd_control wrapper Slightly cleaner. --- video/decode/dec_video.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/decode/dec_video.h') diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h index 05e3c7f0a1..6bca7fb573 100644 --- a/video/decode/dec_video.h +++ b/video/decode/dec_video.h @@ -43,6 +43,7 @@ void set_video_colorspace(struct sh_video *sh); void resync_video_stream(sh_video_t *sh_video); void video_reinit_vo(struct sh_video *sh_video); int get_current_video_decoder_lag(sh_video_t *sh_video); +int vd_control(struct sh_video *sh_video, int cmd, void *arg); extern int divx_quality; -- cgit v1.2.3