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:
wm4 2014-10-06 21:49:32 +02:00
parent 4b2f81a36f
commit 332808bc0d
1 changed files with 1 additions and 0 deletions

View File

@ -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
};