mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
demux_lavf: fix rejection of image2 demuxer
This was probably broken for some time in git master, and the later commit which happened to fix it was not picked. Fixes #1689.
This commit is contained in:
parent
fc4da23c64
commit
8932d90ec6
@ -134,6 +134,7 @@ static const struct format_hack format_hacks[] = {
|
||||
BLACKLIST("bin"),
|
||||
// Image demuxers, disabled in favor of demux_mf (for now):
|
||||
BLACKLIST("image"),
|
||||
BLACKLIST("image2"),
|
||||
BLACKLIST("image2pipe"),
|
||||
BLACKLIST("bmp_pipe"), BLACKLIST("dpx_pipe"), BLACKLIST("exr_pipe"),
|
||||
BLACKLIST("j2k_pipe"), BLACKLIST("png_pipe"), BLACKLIST("tiff_pipe"),
|
||||
|
Loading…
Reference in New Issue
Block a user