summaryrefslogtreecommitdiffstats
path: root/video/decode/dec_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/dec_video.h')
-rw-r--r--video/decode/dec_video.h6
1 files changed, 1 insertions, 5 deletions
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 */