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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-09-10 01:26:34 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-09-10 01:26:34 +0400
commit422f4faa1b3698335fe200270b803dba929f6cd3 (patch)
treebe9e4ab1ea69a665c8c0c3464b071a87b4821df4 /source/blender/imbuf/IMB_imbuf.h
parent5572323a3a4070a32ca82cf018ea312208730d5b (diff)
moved Quicktime init function from creator.c
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index 059e7353c3f..0e77fe2b73d 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -515,4 +515,14 @@ void IMB_freezbufImBuf(struct ImBuf * ibuf);
*/
void IMB_rectfill(unsigned int *drect, unsigned int *srect, int x, int value);
+
+#ifdef WITH_QUICKTIME
+/**
+ *
+ * @attention Defined in quicktime_import.c
+ */
+void init_quicktime(void);
+
+#endif //WITH_QUICKTIME
+
#endif