diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-30 19:16:07 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-05-02 04:06:45 +0200 |
commit | 5dc5bb9b2b5f27536e0b63b3cbe0ccd8c63393a3 (patch) | |
tree | b92b3d18c3d7fe718052ae735fa628ad6c1ab15d /libavcodec/ttaenc.c | |
parent | 010072d14886a404e9ee0bd53ed2620e69befc9d (diff) | |
download | ffmpeg-5dc5bb9b2b5f27536e0b63b3cbe0ccd8c63393a3.tar.gz |
avcodec/ttaenc: Mark encoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/ttaenc.c')
-rw-r--r-- | libavcodec/ttaenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ttaenc.c b/libavcodec/ttaenc.c index 3255347b62..8f8afdd338 100644 --- a/libavcodec/ttaenc.c +++ b/libavcodec/ttaenc.c @@ -214,4 +214,5 @@ const AVCodec ff_tta_encoder = { AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_NONE }, + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, }; |