We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffa259 commit fc66696Copy full SHA for fc66696
1 file changed
src/OpenColorIO/ImagePacking.h
@@ -54,7 +54,7 @@ struct Generic
54
float * outputBuffer,
55
int outputBufferSize,
56
long imagePixelStartIndex,
57
- BitDepth outputBitDepth);
+ BitDepth inputBitDepth);
58
59
static void UnpackRGBAToImageDesc(GenericImageDesc & dstImg,
60
float * inputBuffer,
0 commit comments