diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2016-06-26 16:55:55 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2016-06-26 16:55:55 +1000 |
commit | ee57e5b418c97cbdfc68cddf09e16a3fb0220f3c (patch) | |
tree | 30759694b3ac74e57ecc8bea6742a45c238fab6c /transcode/transcode-1.1.7-ffmpeg-2.4.patch | |
parent | 078281cdb49818e49c1ded2a3a8b63f63718293c (diff) | |
download | contrib-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.patch | 13 |
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; + } + |