Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-02-29 19:42:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-29 19:42:34 +0400
commitce64128a84d9847b6ccf37ed233b0586962acd58 (patch)
treec6993fb46c9dc2bcceaf6689ac9b1d3f691b093a /source/blender/imbuf
parentfc84402632d06cafd86beb260ad63dd08bd94903 (diff)
error in recent header commit.
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/cineon/logImageLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/cineon/logImageLib.h b/source/blender/imbuf/intern/cineon/logImageLib.h
index 6e72dd495e6..669e25d009f 100644
--- a/source/blender/imbuf/intern/cineon/logImageLib.h
+++ b/source/blender/imbuf/intern/cineon/logImageLib.h
@@ -60,7 +60,7 @@ void logImageSetVerbose(int);
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... */