avcodec/ffv1enc: Mark encoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-12-02 19:19:42 +01:00 committed by Andreas Rheinhardt
parent a7f4abbc62
commit 62559a9e00
1 changed files with 1 additions and 1 deletions

View File

@ -1310,5 +1310,5 @@ const AVCodec ff_ffv1_encoder = {
},
.priv_class = &ffv1_class,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
};