[FFmpeg-devel] [PATCH] ffmpeg_vdpau: Ignore decoder's max supported level

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Aug 17 00:36:26 CEST 2015


Philip Langdale <philipl <at> overt.org> writes:

> -    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))

Shouldn't this be the default?
How can a level ever be a reason to fail?

Carl Eugen



More information about the ffmpeg-devel mailing list