summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_video.c')
-rw-r--r--video/out/gl_video.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index e5320fc184..3a6cb9ca62 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -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;