avcodec/wavpackenc: Mark encoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-11-30 23:14:36 +01:00 committed by Andreas Rheinhardt
parent b1f721f35c
commit 8cca0c22b9

View File

@ -2973,4 +2973,5 @@ const AVCodec ff_wavpack_encoder = {
AV_SAMPLE_FMT_S32P,
AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_NONE },
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};