Skip to content

Latest git commit fails to build - CodecDownMix vs. CodecDownmix #73

@seahawk1986

Description

@seahawk1986

This looks like an unintended inconsistency:

codec.c: In function 'CodecVideoDecode':
codec.c:516:21: warning: variable 'first_time' set but not used [-Wunused-but-set-variable]
  516 |     static uint64_t first_time = 0;
      |                     ^~~~~~~~~~
codec.c: In function 'CodecAudioUpdateFormat':
codec.c:1163:37: error: 'CodecDownMix' undeclared (first use in this function); did you mean 'CodecDownmix'?
 1163 |                                     CodecDownMix ? AV_CH_LAYOUT_STEREO : audio_ctx->channel_layout,
      |                                     ^~~~~~~~~~~~
      |                                     CodecDownmix
codec.c:1163:37: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [<builtin>: codec.o] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions