summaryrefslogtreecommitdiff
path: root/transcode/transcode-1.1.7-ffmpeg-2.4.patch
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2016-06-26 16:55:55 +1000
committerDanny Rawlins <monster.romster@gmail.com>2016-06-26 16:55:55 +1000
commitee57e5b418c97cbdfc68cddf09e16a3fb0220f3c (patch)
tree30759694b3ac74e57ecc8bea6742a45c238fab6c /transcode/transcode-1.1.7-ffmpeg-2.4.patch
parent078281cdb49818e49c1ded2a3a8b63f63718293c (diff)
downloadcontrib-ee57e5b418c97cbdfc68cddf09e16a3fb0220f3c.tar.gz
contrib-ee57e5b418c97cbdfc68cddf09e16a3fb0220f3c.tar.xz
transcode: fix for ffmpeg
Diffstat (limited to 'transcode/transcode-1.1.7-ffmpeg-2.4.patch')
-rw-r--r--transcode/transcode-1.1.7-ffmpeg-2.4.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/transcode/transcode-1.1.7-ffmpeg-2.4.patch b/transcode/transcode-1.1.7-ffmpeg-2.4.patch
new file mode 100644
index 000000000..da178c207
--- /dev/null
+++ b/transcode/transcode-1.1.7-ffmpeg-2.4.patch
@@ -0,0 +1,13 @@
+diff --git a/import/probe_ffmpeg.c b/import/probe_ffmpeg.c
+index 96d3d49..8e61c51 100644
+--- a/import/probe_ffmpeg.c
++++ b/import/probe_ffmpeg.c
+@@ -120,7 +120,7 @@ void probe_ffmpeg(info_t *ipipe)
+
+ translate_info(lavf_dmx_context, ipipe->probe_info);
+
+- av_close_input_file(lavf_dmx_context);
++ avformat_close_input(&lavf_dmx_context);
+ return;
+ }
+

Generated by cgit