mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/libjxlenc: Set AV_CODEC_CAP_DR1
This encoder uses ff_get_encode_buffer() to allocate the packet buffer. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
577dd7b762
commit
370ce305f4
@ -485,6 +485,7 @@ const FFCodec ff_libjxl_encoder = {
|
||||
FF_CODEC_ENCODE_CB(libjxl_encode_frame),
|
||||
.close = libjxl_encode_close,
|
||||
.p.capabilities = AV_CODEC_CAP_OTHER_THREADS |
|
||||
AV_CODEC_CAP_DR1 |
|
||||
AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE,
|
||||
.caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE |
|
||||
FF_CODEC_CAP_AUTO_THREADS | FF_CODEC_CAP_INIT_CLEANUP |
|
||||
|
Loading…
Reference in New Issue
Block a user