]> git.alsa-project.org Git - alsa-plugins.git/commit
a52: support the new libavcodec encode API
authorJames Almer <jamrial@gmail.com>
Sun, 6 Jun 2021 17:55:08 +0000 (14:55 -0300)
committerJaroslav Kysela <perex@perex.cz>
Wed, 16 Jun 2021 06:53:37 +0000 (08:53 +0200)
commit166e308f08a8588efe654d9c4331c7056868c979
tree86224a6555cbf61123770d8168d487749f24d050
parent7d9d227a8443626c2525187d37dfe45a99fcbd13
a52: support the new libavcodec encode API

ffmpeg 4.4 is the last version with avcodec_encode_audio2(). Starting from the
next release the new decoupled input-output API will be the only one available.

BugLink: https://github.com/alsa-project/alsa-plugins/pull/23
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
a52/pcm_a52.c