filter/ffmpeg: pass "channel_layout" instead of "channels" to buffersrc

Fixes part 1 of https://github.com/MusicPlayerDaemon/MPD/issues/1235
This commit is contained in:
Max Kellermann
2021-08-23 21:36:57 +02:00
parent f9a0db716a
commit ca2439f595
3 changed files with 73 additions and 2 deletions

2
NEWS
View File

@@ -1,6 +1,8 @@
ver 0.22.11 (not yet released)
* protocol
- fix "albumart" crash
* filter
- ffmpeg: pass "channel_layout" instead of "channels" to buffersrc
* Android
- build with NDK r23