Commit 35282072 authored by Antoine Cellerier's avatar Antoine Cellerier

Revert "Add image types."

This reverts commit 74d68fbd.
parent 354ed877
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment