From: GitHub issues - opened <github@alsa-project.org>
To: alsa-devel@alsa-project.org
Subject: Support ffmpeg 9
Date: Wed, 5 Aug 2026 03:40:49 +0200 (CEST) [thread overview]
Message-ID: <18c8c52c6df08200-webhooks-bot@alsa-project.org> (raw)
In-Reply-To: <18c8c52c6dc97100-webhooks-bot@alsa-project.org>
alsa-project/alsa-plugins issue #64 was opened from lfos:
Ffmpeg 9 has been released today [1].
Compilation with ffmpeg 9 currently fails:
```
pcm_a52.c: In function '_snd_pcm_a52_open':
pcm_a52.c:1159:28: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
1159 | rec->codec = avcodec_find_encoder_by_name(avcodec);
| ^
pcm_a52.c:1161:28: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
1161 | rec->codec = avcodec_find_encoder_by_name("ac3_fixed");
| ^
pcm_a52.c:1163:36: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
1163 | rec->codec = avcodec_find_encoder_by_name("ac3");
| ^
pcm_a52.c:1166:28: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
1166 | rec->codec = avcodec_find_encoder(AV_CODEC_ID_AC3);
| ^
pcm_a52.c:1205:36: error: 'AVCodec' has no member named 'sample_fmts'
1205 | rec->av_format = rec->codec->sample_fmts[0];
| ^~
```
[1] https://ffmpeg.org/download.html
Issue URL : https://github.com/alsa-project/alsa-plugins/issues/64
Repository URL: https://github.com/alsa-project/alsa-plugins
parent reply other threads:[~2026-08-05 1:41 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <18c8c52c6dc97100-webhooks-bot@alsa-project.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=18c8c52c6df08200-webhooks-bot@alsa-project.org \
--to=github@alsa-project.org \
--cc=alsa-devel@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).