mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/rv30: Mark decoder as init-threadsafe
Init-threadsafe since f697622f68
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
1ece38668f
commit
422e937586
|
@ -308,5 +308,6 @@ const AVCodec ff_rv30_decoder = {
|
|||
AV_PIX_FMT_NONE
|
||||
},
|
||||
.update_thread_context = ONLY_IF_THREADS_ENABLED(ff_rv34_decode_update_thread_context),
|
||||
.caps_internal = FF_CODEC_CAP_ALLOCATE_PROGRESS,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE |
|
||||
FF_CODEC_CAP_ALLOCATE_PROGRESS,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue