avcodec/ffv1enc: Mark encoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
a7f4abbc62
commit
62559a9e00
@ -1310,5 +1310,5 @@ const AVCodec ff_ffv1_encoder = {
|
|||||||
|
|
||||||
},
|
},
|
||||||
.priv_class = &ffv1_class,
|
.priv_class = &ffv1_class,
|
||||||
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
|
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user