diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-04-09 15:00:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-04-09 15:00:58 +0200 |
commit | c9f197136f2ba5cf2ff546197f66aec6bb4033d2 (patch) | |
tree | aafafe5cf0b631fae1642ee8c409c72e5a82fa32 /media-video/mplayer/files | |
parent | media-video/ffmpeg: bump to 4.4 (diff) | |
download | gentoo-c9f197136f2ba5cf2ff546197f66aec6bb4033d2.tar.gz gentoo-c9f197136f2ba5cf2ff546197f66aec6bb4033d2.tar.bz2 gentoo-c9f197136f2ba5cf2ff546197f66aec6bb4033d2.zip |
media-video/mplayer: fix build with ffmpeg 4.4
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-video/mplayer/files')
-rw-r--r-- | media-video/mplayer/files/ffmpeg44.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/mplayer/files/ffmpeg44.patch b/media-video/mplayer/files/ffmpeg44.patch new file mode 100644 index 000000000000..99d54079cab2 --- /dev/null +++ b/media-video/mplayer/files/ffmpeg44.patch @@ -0,0 +1,12 @@ +Index: MPlayer-1.4/libmpcodecs/ad_spdif.c +=================================================================== +--- MPlayer-1.4.orig/libmpcodecs/ad_spdif.c ++++ MPlayer-1.4/libmpcodecs/ad_spdif.c +@@ -300,7 +300,6 @@ static void uninit(sh_audio_t *sh) + av_freep(&lavf_ctx->pb); + if (lavf_ctx->streams) { + av_freep(&lavf_ctx->streams[0]->codec); +- av_freep(&lavf_ctx->streams[0]->info); + av_freep(&lavf_ctx->streams[0]); + } + av_freep(&lavf_ctx->streams); |