diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-30 15:41:26 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-05-02 03:41:31 +0200 |
commit | 35f99ec074abedba327882621ce28854467a4147 (patch) | |
tree | a34c5911419fcec0ed054b18c7f1952414714ce5 /libavcodec/bmpenc.c | |
parent | 846e8d6576a3fe01ebee71355447dd767c7fae09 (diff) | |
download | ffmpeg-35f99ec074abedba327882621ce28854467a4147.tar.gz |
avcodec/bmpenc: Mark encoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/bmpenc.c')
-rw-r--r-- | libavcodec/bmpenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/bmpenc.c b/libavcodec/bmpenc.c index ee2a2d0ea9..139ceb3844 100644 --- a/libavcodec/bmpenc.c +++ b/libavcodec/bmpenc.c @@ -171,4 +171,5 @@ const AVCodec ff_bmp_encoder = { AV_PIX_FMT_MONOBLACK, AV_PIX_FMT_NONE }, + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, }; |