From 5df811bd5306a448f5b37dbf86007557a5ba520e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 13 May 2018 12:56:03 +0200 Subject: demux_lavf: remove ffm blacklist entry ffm (ffserver) was removed from ffmpeg. --- demux/demux_lavf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c index 555df9406d..60ae878398 100644 --- a/demux/demux_lavf.c +++ b/demux/demux_lavf.c @@ -186,8 +186,6 @@ static const struct format_hack format_hacks[] = { BLACKLIST("bin"), // Useless, does not work with custom streams. BLACKLIST("image2"), - // Probably a security risk. - BLACKLIST("ffm"), // Image demuxers ("_pipe" is detected explicitly) {"image2pipe", .image_format = true}, {0} -- cgit v1.2.3