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

src/hlsoutputstream.*: migrate to use AVChannelLayout #68

Closed
wants to merge 1 commit into from

Conversation

tim-janik
Copy link
Contributor

@tim-janik tim-janik commented Oct 29, 2024

Fixes #62: #62

Starting ffmpeg-7, the old av_get_channel_layout() API is gone and use of AVChannelLayout is mandatory.

This PR fixes build failures on Arch by porting audiowmark to the ffmpeg-7 API.

Fixes swesterfeld#62: swesterfeld#62

Starting ffmpeg-7, the old av_get_channel_layout() API
is gone and use of AVChannelLayout is mandatory.

Signed-off-by: Tim Janik <[email protected]>
@swesterfeld
Copy link
Owner

I merged your branch (thanks!): a52518f

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.

Audiowmark fails to build on Arch
2 participants