summaryrefslogtreecommitdiffstats
path: root/ta
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2022-12-12 10:05:24 -0800
committerPhilip Langdale <philipl@overt.org>2022-12-12 10:07:43 -0800
commiteeefa8aec0159f0fe08240cdc2902244f0827062 (patch)
treeee5a199972eb4bcdfe7bc66198bc3b1057dcd1ef /ta
parentcf349d68e3370d5f528de8a87950453fcaf39619 (diff)
downloadmpv-eeefa8aec0159f0fe08240cdc2902244f0827062.tar.bz2
mpv-eeefa8aec0159f0fe08240cdc2902244f0827062.tar.xz
vd_lavc: Set AV_HWACCEL_FLAG_UNSAFE_OUTPUT flag
This new hwaccel flag was added to allow us to request that an hwaccel decode not implicitly copy output frames before passing them out. The only hwaccel that would implicitly copy frames is nvdec due to how it has a small output pool that cannot be grown very much. However, we already copy frames as soon as we get our hands on them (in our hwdec) so we're already safe from pool exhaustion, and the extra copy doesn't help us.
Diffstat (limited to 'ta')
0 files changed, 0 insertions, 0 deletions