mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 03:13:08 +08:00
threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs
This commit is contained in:
@@ -119,5 +119,6 @@ AVCodec ff_libvpx_decoder = {
|
||||
.init = vp8_init,
|
||||
.close = vp8_free,
|
||||
.decode = vp8_decode,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("libvpx VP8"),
|
||||
.capabilities = CODEC_CAP_AUTO_THREADS,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("libvpx VP8"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user