summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-13 12:56:03 +0200
committersfan5 <sfan5@live.de>2018-05-25 10:17:06 +0200
commit5df811bd5306a448f5b37dbf86007557a5ba520e (patch)
tree377097fa2eea1901573cc763f39c416fa7430489
parenteb08cd75c1f821e55a6c56eec574c058815384bc (diff)
downloadmpv-5df811bd5306a448f5b37dbf86007557a5ba520e.tar.bz2
mpv-5df811bd5306a448f5b37dbf86007557a5ba520e.tar.xz
demux_lavf: remove ffm blacklist entry
ffm (ffserver) was removed from ffmpeg.
-rw-r--r--demux/demux_lavf.c2
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}