Open
Description
Hi all.
I'm having an issue when including libavif in the shared DLL version. I have tried removing the entire ffmpeg media-autobuild folder, that didn't do any difference.
_Likely error (tail of the failed operation logfile):
1128 | EbSvtAv1EncConfiguration *config_ptr); // config_ptr will be loaded with default params from the library
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/ffmpeg/build/libavif-git/src/codec_svt.c:129:21: error: no member named 'high_dynamic_range_input' in 'struct EbSvtAv1EncConfiguration'
129 | svt_config->high_dynamic_range_input = (image->depth == 10 && image->colorPrimaries == AVIF_COLOR_PRIMARIES_BT2020 &&
| ~~~~~~~~~~ ^
C:/ffmpeg/build/libavif-git/src/codec_svt.c:135:21: error: no member named 'logical_processors' in 'struct EbSvtAv1EncConfiguration'
135 | svt_config->logical_processors = encoder->maxThreads;
| ~~~~~~~~~~ ^_
Metadata
Metadata
Assignees
Labels
No labels
Activity