mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-04-09 21:45:24 +00:00
video: vaapi: reduce async_depth to 1 (#545)
This commit is contained in:
parent
63c105bfb1
commit
a54830cf39
@ -531,6 +531,7 @@ static encoder_t vaapi {
|
|||||||
AV_PIX_FMT_NV12, AV_PIX_FMT_YUV420P10,
|
AV_PIX_FMT_NV12, AV_PIX_FMT_YUV420P10,
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
{ "async_depth"s, 1 },
|
||||||
{ "sei"s, 0 },
|
{ "sei"s, 0 },
|
||||||
{ "idr_interval"s, std::numeric_limits<int>::max() },
|
{ "idr_interval"s, std::numeric_limits<int>::max() },
|
||||||
},
|
},
|
||||||
@ -539,6 +540,7 @@ static encoder_t vaapi {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
{ "async_depth"s, 1 },
|
||||||
{ "sei"s, 0 },
|
{ "sei"s, 0 },
|
||||||
{ "idr_interval"s, std::numeric_limits<int>::max() },
|
{ "idr_interval"s, std::numeric_limits<int>::max() },
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user