X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg_vdpau.c;h=92a98eabe8c18288b80e52d5167971653f5c06b7;hb=69c344eed2742267541ddb748faee300bc8e97c3;hp=b05e557613e2a7545066396e32f9e63c06b83191;hpb=d95fee4425285e90604cda48375069f5ef090ce3;p=ffmpeg diff --git a/ffmpeg_vdpau.c b/ffmpeg_vdpau.c index b05e557613e..92a98eabe8c 100644 --- a/ffmpeg_vdpau.c +++ b/ffmpeg_vdpau.c @@ -289,7 +289,8 @@ do { s->hwaccel_context = vdpau_ctx; } else - if (av_vdpau_bind_context(s, ctx->device, ctx->get_proc_address, 0)) + if (av_vdpau_bind_context(s, ctx->device, ctx->get_proc_address, + AV_HWACCEL_FLAG_IGNORE_LEVEL)) goto fail; ctx->get_information_string(&vendor);