mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/pnmdec: Mark PHM decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
90810bb37c
commit
c597510434
@ -513,5 +513,6 @@ const FFCodec ff_phm_decoder = {
|
||||
.priv_data_size = sizeof(PNMContext),
|
||||
.init = phm_dec_init,
|
||||
FF_CODEC_DECODE_CB(pnm_decode_frame),
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user