summaryrefslogtreecommitdiff
path: root/media-video/mplayer/files/ffmpeg44.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/mplayer/files/ffmpeg44.patch')
-rw-r--r--media-video/mplayer/files/ffmpeg44.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-video/mplayer/files/ffmpeg44.patch b/media-video/mplayer/files/ffmpeg44.patch
deleted file mode 100644
index 99d54079cab2..000000000000
--- a/media-video/mplayer/files/ffmpeg44.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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);