opnsense-ports/multimedia/transcode/files/patch-import__probe_ffmpeg.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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;
}