X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Fdemux.c;h=dfbcb62a5ac2d16ca6b7405de6987329e4e66175;hb=352820723461393d866ed33a2ba39f6a801ba7a0;hp=16440c4642706d8754d074c4e398787b4f4db062;hpb=354ed87751540f273d96651f74a1f8cea47a1b61;p=vlc diff --git a/src/input/demux.c b/src/input/demux.c index 16440c4642..dfbcb62a5a 100644 --- a/src/input/demux.c +++ b/src/input/demux.c @@ -112,26 +112,6 @@ demux_t *__demux_New( vlc_object_t *p_obj, { "h264", "h264" }, { "voc", "voc" }, { "mid", "smf" }, { "rmi", "smf" }, - - { "jpeg", "image" }, - { "jpg", "image" }, - { "ljpg", "image" }, - { "png", "image" }, - { "pgm", "image" }, - { "pgmyuv", "image" }, - { "pbm", "image" }, - { "pam", "image" }, - { "tga", "image" }, - { "bmp", "image" }, - { "pnm", "image" }, - { "xpm", "image" }, - { "xcf", "image" }, - { "pcx", "image" }, - { "gif", "image" }, - { "tif", "image" }, - { "tiff", "image" }, - { "lbm", "image" }, - { "", "" }, }; /* Here, we don't mind if it does not work, it must be quick */