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);
