Commit 966a57b6 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'c3418201'

* commit 'c3418201':
  jpeglsenc: Mark codec as init-thread-safe and init-cleanup
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 27801500 c3418201
......@@ -452,4 +452,6 @@ AVCodec ff_jpegls_encoder = {
AV_PIX_FMT_GRAY8, AV_PIX_FMT_GRAY16,
AV_PIX_FMT_NONE
},
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE |
FF_CODEC_CAP_INIT_CLEANUP,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment