Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 8164a3f57080172bb9c91c507a91ef1c > files > 4

transcode-1.1.7-17.2.mga6.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;
 }