Commit 2f347c17 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/ylc: thread safe initialization is possible with this codec

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 31bf37cb
......@@ -494,4 +494,5 @@ AVCodec ff_ylc_decoder = {
.close = decode_end,
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};
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