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-05-21 05:21:07 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-05-21 05:21:07 +0400
commit9662763ee0cf3d1176210d93e731e8a224622025 (patch)
tree863ee71a2db2da7ebc62ca3e98330a0de84855bb /source/blender/quicktime/quicktime_import.h
parent0bebdabad2419466dff1203fe95fad0280a034b2 (diff)
Updated Quicktime code so settings can be stored in the blendfile.
This enables Blender to; - have scenes with different codec settings. (same as avicodec) - render directly without dialog. - batch/background render to Quicktime movies. Only tested on windows. ;)
Diffstat (limited to 'source/blender/quicktime/quicktime_import.h')
-rw-r--r--source/blender/quicktime/quicktime_import.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/quicktime/quicktime_import.h b/source/blender/quicktime/quicktime_import.h
index 070346413a1..1289ffabd13 100644
--- a/source/blender/quicktime/quicktime_import.h
+++ b/source/blender/quicktime/quicktime_import.h
@@ -96,4 +96,4 @@ ImBuf *qtime_fetchibuf (struct anim *anim, int position);
int imb_is_a_quicktime (char *name);
ImBuf *imb_quicktime_decode(unsigned char *mem, int size, int flags);
-#endif // __QUICKTIME_IMP_H__
+#endif // __QUICKTIME_IMP_H__ \ No newline at end of file