]> git.alsa-project.org Git - alsa-plugins.git/commit
a52 plugin: add support for FFMPEG 7.0
authorRobert-André Mauchin <zebob.m@gmail.com>
Sun, 14 Apr 2024 09:09:20 +0000 (11:09 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 10 Jun 2024 09:06:15 +0000 (11:06 +0200)
commitdfc65f2d1f239256c201c68b70a5d08e6afa879f
tree29efad21a79a1ed673a89e0a026429590c985d0d
parent0ec21209dc4e564ba67566dc64fc9963055c384e
a52 plugin: add support for FFMPEG 7.0

channel_layout has been replace with ch_layout

avcodec_close has been deprecated in favor of avcodec_free_context

Fixes: https://github.com/alsa-project/alsa-plugins/issues/57
Closes: https://github.com/alsa-project/alsa-plugins/pull/58
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
a52/pcm_a52.c
rate-lav/rate_lavrate.c