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. --- video/decode/dec_video.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'video/decode/dec_video.h') diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h index fe325806c6..7f59d6bd3b 100644 --- a/video/decode/dec_video.h +++ b/video/decode/dec_video.h @@ -87,11 +87,7 @@ struct mp_image *video_decode(struct dec_video *d_video, struct demux_packet *packet, int drop_frame); -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); -void video_reset_decoding(struct dec_video *d_video); int video_vd_control(struct dec_video *d_video, int cmd, void *arg); - -int video_vf_vo_control(struct dec_video *d_video, int vf_cmd, void *data); +void video_reset_decoding(struct dec_video *d_video); #endif /* MPLAYER_DEC_VIDEO_H */ -- cgit v1.2.3