Commit 64afc3bb authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavc/lclenc: Enable frame-threading.

parent cdfe06ae
...@@ -197,5 +197,6 @@ AVCodec ff_zlib_encoder = { ...@@ -197,5 +197,6 @@ AVCodec ff_zlib_encoder = {
.init = encode_init, .init = encode_init,
.encode2 = encode_frame, .encode2 = encode_frame,
.close = encode_end, .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 }, .pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_BGR24, AV_PIX_FMT_NONE },
}; };
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