Skip to content

Commit 0bd3f90

Browse files
authored
Merge pull request #892 from darktable-org/kmilos/samsung_gx1l
PefDecoder: support rebranded Samsung cameras
2 parents 8d28fef + 1854867 commit 0bd3f90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librawspeed/decoders/PefDecoder.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ bool PefDecoder::isAppropriateDecoder(const TiffRootIFD* rootIFD,
5252
// FIXME: magic
5353

5454
return make == "PENTAX Corporation" ||
55-
make == "RICOH IMAGING COMPANY, LTD." || make == "PENTAX";
55+
make == "RICOH IMAGING COMPANY, LTD." || make == "PENTAX" ||
56+
make == "SAMSUNG TECHWIN";
5657
}
5758

5859
RawImage PefDecoder::decodeRawInternal() {

0 commit comments

Comments
 (0)