Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use designated initialisers for SDL_ffmpegCodec* #405

Closed
wants to merge 1 commit into from

Conversation

Kangie
Copy link

@Kangie Kangie commented Jan 28, 2023

These were failing to compile under clang16 as the old audioBitrate was being jammed into crf, causing an incompatible integer conversion.

These were failing to compile under clang16 as the old `audioBitrate`
was being jammed into `crf`, causing an incompatible integer conversion.
@Kolfering
Copy link
Member

Yeah I also noticed that but didn't care enough to fix it since those are not even used and everything seemed to build (so far) with no more than a warning. I would simply remove those instead.

@Kolfering
Copy link
Member

Addressed by 9caa3c7

@Kolfering Kolfering closed this Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants