[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44558] trunk/blender/source/blender/imbuf /intern/cineon/logImageLib.h: error in recent header commit.

Campbell Barton ideasman42 at gmail.com
Wed Feb 29 16:42:35 CET 2012


Revision: 44558
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44558
Author:   campbellbarton
Date:     2012-02-29 15:42:34 +0000 (Wed, 29 Feb 2012)
Log Message:
-----------
error in recent header commit.

Modified Paths:
--------------
    trunk/blender/source/blender/imbuf/intern/cineon/logImageLib.h

Modified: trunk/blender/source/blender/imbuf/intern/cineon/logImageLib.h
===================================================================
--- trunk/blender/source/blender/imbuf/intern/cineon/logImageLib.h	2012-02-29 15:35:10 UTC (rev 44557)
+++ trunk/blender/source/blender/imbuf/intern/cineon/logImageLib.h	2012-02-29 15:42:34 UTC (rev 44558)
@@ -60,7 +60,7 @@
 LogImageFile* logImageOpenFromMem(unsigned char *buffer, unsigned int size, int cineon);
 LogImageFile* logImageOpen(const char* filename, int cineon);
 int logImageGetSize(const LogImageFile* logImage, int* xsize, int* ysize, int* channels);
-LogImageFile* logImageCreate(const char* filename, int cineon, int xsize, int ysize, int channels);interpolateOnTriangle
+LogImageFile* logImageCreate(const char* filename, int cineon, int xsize, int ysize, int channels);
 
 /* byte conversion routines for mapping logImage (usually) 10 bit values to 8 bit */
 /* see Kodak docs for details... */




More information about the Bf-blender-cvs mailing list