From 5722f93a740e841cfe929980c7ac4d4f7896d9dc Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 14 Jan 2016 00:18:36 +0100 Subject: video: refactor: shuffle code around struct dec_video should have nothing to do with video filters or outputs, and this huge chunk of code was somehow stuck directly in dec_video.c. --- player/core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index 5c5466a3ae..cb81c88b2e 100644 --- a/player/core.h +++ b/player/core.h @@ -512,6 +512,9 @@ void update_osd_msg(struct MPContext *mpctx); bool update_subtitles(struct MPContext *mpctx, double video_pts); // video.c +int video_get_colors(struct dec_video *d_video, const char *item, int *value); +int video_set_colors(struct dec_video *d_video, const char *item, int value); +int video_vf_vo_control(struct dec_video *d_video, int vf_cmd, void *data); void reset_video_state(struct MPContext *mpctx); int reinit_video_chain(struct MPContext *mpctx); int reinit_video_filters(struct MPContext *mpctx); -- cgit v1.2.3