threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs

This commit is contained in:
Janne Grunau
2012-01-10 17:21:52 +01:00
parent 9472d37d8e
commit f6a152db11
3 changed files with 4 additions and 3 deletions

View File

@@ -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"),
};