diff options
Diffstat (limited to 'multimedia/transcode/files/patch-import__probe_ffmpeg.c')
-rw-r--r-- | multimedia/transcode/files/patch-import__probe_ffmpeg.c | 11 |
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; + } + |