Skip to content

libavif: error: no member named 'high_dynamic_range_input' in 'struct EbSvtAv1EncConfiguration' #2826

Open
@FrontierDK

Description

@FrontierDK

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;

      |         ~~~~~~~~~~  ^_

logs.zip

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions