mirror of https://github.com/mpv-player/mpv
demux_lavf: blacklist jpeg files
We handle them under demux_mf.c for stupid reasons; mostly so that an image is shown for a second instead of just flashing it. CC: @mpv-player/stable
This commit is contained in:
parent
381843eb88
commit
f220617267
|
@ -131,6 +131,7 @@ static const char *const format_blacklist[] = {
|
|||
// Image demuxers, disabled in favor of demux_mf:
|
||||
"image2", "image2pipe",
|
||||
"bmp_pipe", "dpx_pipe", "exr_pipe", "j2k_pipe", "png_pipe", "tiff_pipe",
|
||||
"jpeg_pipe",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue