Add .dds to list of image extensions, for tycat

This commit is contained in:
Jean-Philippe Andre 2015-04-07 14:49:44 +09:00
parent 7e4276c033
commit 674c680052
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const char *extn_img[] =
".cur", ".xcf", ".xcf.gz", ".arw", ".cr2", ".crw", ".dcr", ".dng", ".k25",
".kdc", ".erf", ".mrw", ".nef", ".nrf", ".nrw", ".orf", ".raw", ".rw2",
".pef", ".raf", ".sr2", ".srf", ".x3f", ".webp", ".ppt", ".pptx", ".odp",
".tgv", ".tga",
".tgv", ".tga", ".dds",
NULL
};