From 91ed4e71967f19824237de4c374f038b543c7555 Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Tue, 7 Feb 2017 16:36:38 +0000 Subject: avcodec: Mark some codecs with threadsafe init as such Signed-off-by: Derek Buitenhuis Signed-off-by: Michael Niedermayer --- libavcodec/aic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/aic.c') diff --git a/libavcodec/aic.c b/libavcodec/aic.c index ff8e3922be..4faa574909 100644 --- a/libavcodec/aic.c +++ b/libavcodec/aic.c @@ -492,4 +492,5 @@ AVCodec ff_aic_decoder = { .decode = aic_decode_frame, .capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS, .init_thread_copy = ONLY_IF_THREADS_ENABLED(aic_decode_init), + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, }; -- cgit v1.2.3