From f22061726715b8579f378d0978437afcfe8b89ca Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 6 Oct 2014 21:49:32 +0200 Subject: 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 --- demux/demux_lavf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c index bfcda2b2c4..fd3a38ea89 100644 --- a/demux/demux_lavf.c +++ b/demux/demux_lavf.c @@ -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 }; -- cgit v1.2.3