Commit 74a1cad7 authored by Vittorio Giovara's avatar Vittorio Giovara

lclenc: Mark codec as init-thread-safe and init-cleanup

parent bb428e00
......@@ -42,6 +42,7 @@
#include <stdlib.h>
#include "avcodec.h"
#include "internal.h"
#include "lcl.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
......@@ -197,4 +198,6 @@ AVCodec ff_zlib_encoder = {
.encode2 = encode_frame,
.close = encode_end,
.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