]> git.sesse.net Git - vlc/commitdiff
Revert "Add image types."
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 17 Jan 2009 15:14:56 +0000 (16:14 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 17 Jan 2009 15:14:56 +0000 (16:14 +0100)
This reverts commit 74d68fbd7adce457a52d7cbd08a83d438e7b9b54.

src/input/demux.c

index 16440c4642706d8754d074c4e398787b4f4db062..dfbcb62a5ac2d16ca6b7405de6987329e4e66175 100644 (file)
@@ -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 */