Skip to content

Commit be94c48

Browse files
Merge pull request #439 from JeromeMartinez/DPX_Y_10bit_DIAMANT-Film
Support of DPX Y 10-bit from DIAMANT-Film
2 parents b8cd28f + 5c5d908 commit be94c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Lib/Uncompressed/DPX/DPX.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ void dpx::ParseBuffer()
358358
bool IsAltern = Info.BitDepth == 10
359359
&& Info.ColorSpace != colorspace::RGB
360360
&& (!memcmp(Buffer.Data() + 160, "Lasergraphics Inc.", 18) // Creator
361+
|| !memcmp(Buffer.Data() + 160, "DIAMANT-Film", 12) // Creator
361362
|| !memcmp(Buffer.Data() + 1556, "Scanity", 7)); // Input device name
362363

363364
if (IndustryHeaderSize && InputInfo)

0 commit comments

Comments
 (0)