提交 7499d0b0 编写于 作者: H hwrenx 提交者: Steven Liu

lavc/libdavs2: enable multithread

Reviewed-by: NSteven Liu <lq@chinaffmpeg.org>
Signed-off-by: Nhwrenx <hwrenx@126.com>
上级 9ce96a74
......@@ -205,7 +205,7 @@ AVCodec ff_libdavs2_decoder = {
.init = davs2_init,
.close = davs2_end,
.decode = davs2_decode_frame,
.capabilities = AV_CODEC_CAP_DELAY,//AV_CODEC_CAP_DR1 |
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AUTO_THREADS,
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
AV_PIX_FMT_NONE },
.wrapper_name = "libdavs2",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册