mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
avcodec/rawenc: Mark encoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
6f36a9418b
commit
a2717f0c60
@ -87,4 +87,5 @@ const AVCodec ff_rawvideo_encoder = {
|
||||
.id = AV_CODEC_ID_RAWVIDEO,
|
||||
.init = raw_encode_init,
|
||||
.encode2 = raw_encode,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user