summaryrefslogtreecommitdiff
path: root/media-video/mplayer/files/ffmpeg44.patch
blob: 99d54079cab2f5e32ce320f07aa95d19c1a8906e (plain)
1
2
3
4
5
6
7
8
9
10
11
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);