Skip to content

Commit

Permalink
Support of DPX Y 10-bit from DIAMANT-Film
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez committed Jul 4, 2024
1 parent 2459843 commit 5c5d908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Lib/Uncompressed/DPX/DPX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ void dpx::ParseBuffer()
bool IsAltern = Info.BitDepth == 10
&& Info.ColorSpace != colorspace::RGB
&& (!memcmp(Buffer.Data() + 160, "Lasergraphics Inc.", 18) // Creator
|| !memcmp(Buffer.Data() + 160, "DIAMANT-Film", 12) // Creator
|| !memcmp(Buffer.Data() + 1556, "Scanity", 7)); // Input device name

if (IndustryHeaderSize && InputInfo)
Expand Down

0 comments on commit 5c5d908

Please sign in to comment.