mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/eatgv: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
fff618b8b8
commit
d3ab662c5c
|
@ -369,4 +369,5 @@ const AVCodec ff_eatgv_decoder = {
|
||||||
.close = tgv_decode_end,
|
.close = tgv_decode_end,
|
||||||
.decode = tgv_decode_frame,
|
.decode = tgv_decode_frame,
|
||||||
.capabilities = AV_CODEC_CAP_DR1,
|
.capabilities = AV_CODEC_CAP_DR1,
|
||||||
|
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue