extn info repeated and.. missing.

SVN revision: 83897
This commit is contained in:
Carsten Haitzler 2013-02-14 15:53:55 +00:00
parent 104e1b51cb
commit af064b227a
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
static const char *extn_img[] =
{
".png", ".jpg", ".jpeg", ".jpe", ".jfif", ".tif", ".tiff", ".gif",
".png", ".jpg", ".jpeg", ".jpe", ".jfif", ".tif", ".tiff", ".gif", ".thm",
".bmp", ".ico", ".ppm", ".pgm", ".pbm", ".pnm", ".xpm", ".psd", ".wbmp",
".cur", ".xcf", ".xcf.gz", ".arw", ".cr2", ".crw", ".dcr", ".dng", ".k25",
".kdc", ".erf", ".mrw", ".nef", ".nrf", ".nrw", ".orf", ".raw", ".rw2",
".rw2", ".pef", ".raf", ".sr2", ".srf", ".x3f", ".webp",
".pef", ".raf", ".sr2", ".srf", ".x3f", ".webp",
NULL
};