Commit 35346c7b authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

vc2enc: mark as FF_CODEC_CAP_INIT_THREADSAFE and align AVCodec entries

The encoder does not modify any global variables.
Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent 2a7f056d
......@@ -1193,6 +1193,7 @@ AVCodec ff_vc2_encoder = {
.init = vc2_encode_init,
.close = vc2_encode_end,
.capabilities = AV_CODEC_CAP_SLICE_THREADS,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
.encode2 = vc2_encode_frame,
.priv_class = &vc2enc_class,
.defaults = vc2enc_defaults,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment