aboutsummaryrefslogtreecommitdiff
path: root/multimedia/transcode/files/patch-import__probe_ffmpeg.c
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-10-11 12:16:40 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-10-11 12:16:40 +0000
commit41753989a314973cebcebc14aab78a5fe6c6291d (patch)
tree0b71fcd254aba7689e8a5253f2d4124347766e5d /multimedia/transcode/files/patch-import__probe_ffmpeg.c
parent45d00146404c77ba1e972d5777b88cf7f19700e6 (diff)
Notes
Diffstat (limited to 'multimedia/transcode/files/patch-import__probe_ffmpeg.c')
-rw-r--r--multimedia/transcode/files/patch-import__probe_ffmpeg.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/transcode/files/patch-import__probe_ffmpeg.c b/multimedia/transcode/files/patch-import__probe_ffmpeg.c
new file mode 100644
index 000000000000..9cc46c2c68fb
--- /dev/null
+++ b/multimedia/transcode/files/patch-import__probe_ffmpeg.c
@@ -0,0 +1,11 @@
+--- import/probe_ffmpeg.c.orig 2011-11-19 16:50:27 UTC
++++ import/probe_ffmpeg.c
+@@ -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;
+ }
+