avcodec/pcm-dvd: Mark decoder as init-threadsafe

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-11-27 14:16:13 +01:00
parent 54135a0bd2
commit adf1ab002e
1 changed files with 2 additions and 1 deletions

View File

@ -303,5 +303,6 @@ AVCodec ff_pcm_dvd_decoder = {
AV_CODEC_CAP_DR1,
.sample_fmts = (const enum AVSampleFormat[]) {
AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_NONE
}
},
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};