Commit 9ba1c627 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '74a1cad7'

* commit '74a1cad7':
  lclenc: Mark codec as init-thread-safe and init-cleanup
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 8d5088a1 74a1cad7
......@@ -199,4 +199,6 @@ AVCodec ff_zlib_encoder = {
.close = encode_end,
.capabilities = CODEC_CAP_FRAME_THREADS | CODEC_CAP_INTRA_ONLY,
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_BGR24, 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