summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-13 12:56:03 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:34 +0200
commit4e05f75261d997cfc48227f5ac1ab8f18101c437 (patch)
treea344aaa57c1f9c791f8adf39998fae45505f30a7
parentfc574ee5634112c21ee4b61d8f9b7517ec3192a2 (diff)
downloadmpv-4e05f75261d997cfc48227f5ac1ab8f18101c437.tar.bz2
mpv-4e05f75261d997cfc48227f5ac1ab8f18101c437.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}