mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 06:20:29 +00:00
lavc/kvazaar: fix auto thread flag in kvazaar wrapper.
Now the kvazaar warpper didn't setting the threads for kvazaar API, and kavzaar will auto selecte the thread number. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
This commit is contained in:
parent
c047901012
commit
72b047a7a7
@ -293,7 +293,7 @@ AVCodec ff_libkvazaar_encoder = {
|
||||
.long_name = NULL_IF_CONFIG_SMALL("libkvazaar H.265 / HEVC"),
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = AV_CODEC_ID_HEVC,
|
||||
.capabilities = AV_CODEC_CAP_DELAY,
|
||||
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AUTO_THREADS,
|
||||
.pix_fmts = pix_fmts,
|
||||
|
||||
.priv_class = &class,
|
||||
|
Loading…
Reference in New Issue
Block a user