summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2017-07-01 09:45:14 +0200
committerNiklas Haas <git@haasn.xyz>2017-07-01 09:45:14 +0200
commitf281ecc4c07afb1fef563930dd7a1d751d9ec259 (patch)
tree908ed881701b3aa60da49172df6d6b9bc9547885 /video
parent69289aec6cccdf31186e51882e201c2a411d13a0 (diff)
downloadmpv-f281ecc4c07afb1fef563930dd7a1d751d9ec259.tar.bz2
mpv-f281ecc4c07afb1fef563930dd7a1d751d9ec259.tar.xz
vo_opengl: describe vdpau reinterleaving pass
This shows up as (unknown pass) otherwise.
Diffstat (limited to 'video')
-rw-r--r--video/out/opengl/video.c1
1 files changed, 1 insertions, 0 deletions
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});