video: vaapi: reduce async_depth to 1 (#545)
This commit is contained in:
parent
63c105bfb1
commit
a54830cf39
1 changed files with 2 additions and 0 deletions
|
|
@ -531,6 +531,7 @@ static encoder_t vaapi {
|
|||
AV_PIX_FMT_NV12, AV_PIX_FMT_YUV420P10,
|
||||
{
|
||||
{
|
||||
{ "async_depth"s, 1 },
|
||||
{ "sei"s, 0 },
|
||||
{ "idr_interval"s, std::numeric_limits<int>::max() },
|
||||
},
|
||||
|
|
@ -539,6 +540,7 @@ static encoder_t vaapi {
|
|||
},
|
||||
{
|
||||
{
|
||||
{ "async_depth"s, 1 },
|
||||
{ "sei"s, 0 },
|
||||
{ "idr_interval"s, std::numeric_limits<int>::max() },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue