demux_lavf: remove ffm blacklist entry

ffm (ffserver) was removed from ffmpeg.
This commit is contained in:
wm4
2018-05-13 12:56:03 +02:00
committed by sfan5
parent eb08cd75c1
commit 5df811bd53

View File

@@ -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 ("<name>_pipe" is detected explicitly)
{"image2pipe", .image_format = true},
{0}