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