Skip to content
Snippets Groups Projects
Commit d565fef1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Anton Khirnov
Browse files

vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level check


Decoding acceleration may work even if the codec level is higher than
the stated limit of the VDPAU driver. Or the problem may be considered
acceptable by the user. This flag allows skipping the codec level
capability checks and proceed with decoding.

Applications should obviously not set this flag by default, but only if
the user explicitly requested this behavior (and presumably knows how
to turn it back off if it fails).

Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
parent c1724623
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment