From f281ecc4c07afb1fef563930dd7a1d751d9ec259 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 1 Jul 2017 09:45:14 +0200 Subject: vo_opengl: describe vdpau reinterleaving pass This shows up as (unknown pass) otherwise. --- video/out/opengl/video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c index 224a794416..772d988fac 100644 --- a/video/out/opengl/video.c +++ b/video/out/opengl/video.c @@ -2993,6 +2993,7 @@ static void reinterleave_vdpau(struct gl_video *p, struct gl_hwdec_frame *frame) fbotex_change(fbo, p->gl, p->log, w, h * 2, n == 0 ? GL_R8 : GL_RG8, 0); + pass_describe(p, "vdpau reinterleaving"); finish_pass_direct(p, fbo->fbo, fbo->rw, fbo->rh, &(struct mp_rect){0, 0, w, h * 2}); -- cgit v1.2.3