vo_opengl: remove unused function

This commit is contained in:
wm4 2015-04-09 14:37:37 +02:00
parent 7a65c44922
commit db7d56b19f
2 changed files with 0 additions and 6 deletions

View File

@ -2612,11 +2612,6 @@ void gl_video_set_options(struct gl_video *p, struct gl_video_opts *opts,
uninit_rendering(p);
}
void gl_video_get_colorspace(struct gl_video *p, struct mp_image_params *params)
{
*params = p->image_params; // supports everything
}
struct mp_csp_equalizer *gl_video_eq_ptr(struct gl_video *p)
{
return &p->video_eq;

View File

@ -89,7 +89,6 @@ void gl_video_render_frame(struct gl_video *p, int fbo, struct frame_timing *t);
void gl_video_resize(struct gl_video *p, int vp_w, int vp_h,
struct mp_rect *src, struct mp_rect *dst,
struct mp_osd_res *osd);
void gl_video_get_colorspace(struct gl_video *p, struct mp_image_params *params);
struct mp_csp_equalizer;
struct mp_csp_equalizer *gl_video_eq_ptr(struct gl_video *p);
void gl_video_eq_update(struct gl_video *p);