提交 41519b29 编写于 作者: A Andreas Rheinhardt

avcodec/cinepak: Mark decoder as init-threadsafe

Reviewed-by: NTomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: NAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
上级 f7992799
......@@ -522,4 +522,5 @@ AVCodec ff_cinepak_decoder = {
.close = cinepak_decode_end,
.decode = cinepak_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册