From af705d0122add4faa9fb6a7518ee1120670a6629 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 14 Mar 2015 22:39:22 +0100 Subject: vo_opengl: remove hwdec unmap_image callback Not needed anymore; see previous commit. --- video/out/gl_hwdec_vaglx.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'video/out/gl_hwdec_vaglx.c') diff --git a/video/out/gl_hwdec_vaglx.c b/video/out/gl_hwdec_vaglx.c index 99d29dc385..c9c0535804 100644 --- a/video/out/gl_hwdec_vaglx.c +++ b/video/out/gl_hwdec_vaglx.c @@ -135,16 +135,11 @@ static int map_image(struct gl_hwdec *hw, struct mp_image *hw_image, return 0; } -static void unmap_image(struct gl_hwdec *hw) -{ -} - const struct gl_hwdec_driver gl_hwdec_vaglx = { .api_name = "vaapi", .imgfmt = IMGFMT_VAAPI, .create = create, .reinit = reinit, .map_image = map_image, - .unmap_image = unmap_image, .destroy = destroy, }; -- cgit v1.2.3