You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/proresenc_kostya: enable frame threading
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -1350,7 +1350,7 @@ AVCodec ff_prores_ks_encoder = {
|
|||||||
.init = encode_init,
|
.init = encode_init,
|
||||||
.close = encode_close,
|
.close = encode_close,
|
||||||
.encode2 = encode_frame,
|
.encode2 = encode_frame,
|
||||||
.capabilities = AV_CODEC_CAP_SLICE_THREADS,
|
.capabilities = AV_CODEC_CAP_SLICE_THREADS | AV_CODEC_CAP_FRAME_THREADS | AV_CODEC_CAP_INTRA_ONLY,
|
||||||
.pix_fmts = (const enum AVPixelFormat[]) {
|
.pix_fmts = (const enum AVPixelFormat[]) {
|
||||||
AV_PIX_FMT_YUV422P10, AV_PIX_FMT_YUV444P10,
|
AV_PIX_FMT_YUV422P10, AV_PIX_FMT_YUV444P10,
|
||||||
AV_PIX_FMT_YUVA444P10, AV_PIX_FMT_NONE
|
AV_PIX_FMT_YUVA444P10, AV_PIX_FMT_NONE
|
||||||
|
Reference in New Issue
Block a user