From 3bf142c77337814458ed8e036796934032d9837f Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Mon, 8 Aug 2016 15:27:41 +0200 Subject: cmdutils: remove the current working directory from the DLL search path on win32 Reviewed-by: Matt Oliver Signed-off-by: Michael Niedermayer --- ffprobe.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ffprobe.c') diff --git a/ffprobe.c b/ffprobe.c index a49be6a3f8..657867d8ec 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -3241,6 +3241,8 @@ int main(int argc, char **argv) char *w_name = NULL, *w_args = NULL; int ret, i; + init_dynload(); + av_log_set_flags(AV_LOG_SKIP_REPEATED); register_exit(ffprobe_cleanup); -- cgit v1.2.3