diff options
author | wm4 <wm4@nowhere> | 2018-05-13 12:56:03 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2018-05-25 10:17:06 +0200 |
commit | 5df811bd5306a448f5b37dbf86007557a5ba520e (patch) | |
tree | 377097fa2eea1901573cc763f39c416fa7430489 /demux | |
parent | eb08cd75c1f821e55a6c56eec574c058815384bc (diff) |
demux_lavf: remove ffm blacklist entry
ffm (ffserver) was removed from ffmpeg.
Diffstat (limited to 'demux')
-rw-r--r-- | demux/demux_lavf.c | 2 |
1 files changed, 0 insertions, 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 ("<name>_pipe" is detected explicitly) {"image2pipe", .image_format = true}, {0} |