1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

vdpau: unbreak

Obviously I didn't test commit 1b8cd01, and it just crashed. Oops.
This commit is contained in:
wm4 2013-11-09 00:27:45 +01:00
parent ed89332acf
commit 782c8e72ff

View File

@ -193,6 +193,7 @@ static int init(struct lavc_ctx *ctx)
};
ctx->hwdec_priv = p;
p->vdp = p->mpvdp->vdp;
p->context.render = p->vdp->decoder_render;
p->preemption_counter = p->mpvdp->preemption_counter;