Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > tainted-release-src > by-pkgid > de01d29bca4684f99738ae7a418d4090 > files > 4

transcode-1.1.7-13.mga5.tainted.src.rpm

Index: transcode-1.1.7/import/probe_ffmpeg.c
===================================================================
--- transcode-1.1.7/import/probe_ffmpeg.c
+++ transcode-1.1.7/import/probe_ffmpeg.c	2014-11-18 10:37:57.865085186 +0100
@@ -120,7 +120,7 @@
 
     translate_info(lavf_dmx_context, ipipe->probe_info);
 
-    av_close_input_file(lavf_dmx_context);
+    avformat_close_input(&lavf_dmx_context);
     return;
 }