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-18 15:41:50 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-09-18 15:41:50 +0400
commit99efb0cc3c6a55ae96deb59ddb062239dd2a8982 (patch)
treeb2e61c38c00aea513d20f75bff55877746f4c022 /source/blender/imbuf/IMB_imbuf.h
parent775f006bf1202abb5b9f69ecc3ab4cd1dd28a508 (diff)
removed native quicktime init/exit calls from main blender code.
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index 0e77fe2b73d..777c56972ea 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -521,7 +521,13 @@ void IMB_rectfill(unsigned int *drect, unsigned int *srect, int x, int value);
*
* @attention Defined in quicktime_import.c
*/
-void init_quicktime(void);
+void quicktime_init(void);
+
+/**
+ *
+ * @attention Defined in quicktime_import.c
+ */
+void quicktime_exit(void);
#endif //WITH_QUICKTIME