summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-12-04 13:18:48 +0100
committerwm4 <wm4@nowhere>2016-12-04 13:18:48 +0100
commit47f974a39528ce08a6278e790666fa283175a79a (patch)
treedeeb9adc9843a89aa09fe6e6a0ca072c705b8b2e /demux
parentf53b2952ebfc109da9cedba4b26323222c1a7500 (diff)
downloadmpv-47f974a39528ce08a6278e790666fa283175a79a.tar.bz2
mpv-47f974a39528ce08a6278e790666fa283175a79a.tar.xz
demux_lavf: blacklist ffm (ffserver)
Diffstat (limited to 'demux')
-rw-r--r--demux/demux_lavf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c
index 7857934642..d5598a942b 100644
--- a/demux/demux_lavf.c
+++ b/demux/demux_lavf.c
@@ -167,6 +167,8 @@ 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}