freebsd-ports/multimedia/transcode/files/patch-import__probe_ffmpeg.c
Thomas Zander 41753989a3 - Fix build problem (plist generation) with export_xvid.so symlink
- Make port ready for ffmpeg 2.4 and later
- Pet portlint
- Bump PORTREVISION

PR:		194161
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
MFH:		2014Q4
2014-10-11 12:16:40 +00:00

11 lines
270 B
C

--- 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;
}