mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 21:00:21 +00:00
demux_lavf: blacklist ffm (ffserver)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user