Skip to content

Commit e332f3d

Browse files
authored
dcrawload: sort supported filename suffixes (#4589)
Non-functional change.
1 parent a64a06c commit e332f3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libvips/foreign/dcrawload.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
VIPS_TYPE_FOREIGN_LOAD_DCRAW, VipsForeignLoadDcRaw))
5353

5454
static const char *vips_foreign_dcraw_suffs[] = {
55-
".arw", ".cr2", ".cr3", ".crw", ".dng", ".nef", ".nrw",
56-
".orf", ".pef", ".raf", ".raw", ".rw2", ".srw", ".x3f",
57-
".erf", ".kdc", ".mdc", ".mos", ".pxn", ".srf",
58-
".3fr", ".ari", ".cap", ".cin", ".dcr", ".fff", ".iiq", ".k25",
59-
".mrw", ".ori", ".rwl", ".sr2", NULL
55+
".3fr", ".ari", ".arw", ".cap", ".cin", ".cr2", ".cr3",
56+
".crw", ".dcr", ".dng", ".erf", ".fff", ".iiq", ".k25",
57+
".kdc", ".mdc", ".mos", ".mrw", ".nef", ".nrw", ".orf",
58+
".ori", ".pef", ".pxn", ".raf", ".raw", ".rw2", ".rwl",
59+
".sr2", ".srf", ".srw", ".x3f", NULL
6060
};
6161

6262
typedef struct _VipsForeignLoadDcRaw {

0 commit comments

Comments
 (0)