Style cleanup in OCIO area

Also fixed typo in function name.
This commit is contained in:
Sergey Sharybin
2013-01-08 20:55:07 +00:00
parent bb0319022d
commit f5317b5f0c
5 changed files with 15 additions and 15 deletions

View File

@@ -331,7 +331,7 @@ void FallbackImpl::displayTransformRelease(OCIO_DisplayTransformRcPtr *)
}
OCIO_PackedImageDesc *FallbackImpl::createOCIO_PackedImageDesc(float *data, long width, long height, long numChannels,
long chanStrideBytes, long xStrideBytes, long yStrideBytes)
long chanStrideBytes, long xStrideBytes, long yStrideBytes)
{
OCIO_PackedImageDescription *desc = (OCIO_PackedImageDescription*)MEM_callocN(sizeof(OCIO_PackedImageDescription), "OCIO_PackedImageDescription");