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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-12-22 18:20:31 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-12-22 18:20:31 +0300
commit68bc4d7355d8a13d6565d976180970af5c2d20e3 (patch)
tree537967bf4e30b806ad6f3239ac175e8c4595e730 /source/blender/quicktime/quicktime_export.h
parentd6531927510ad3885176158afa643fee6ec30882 (diff)
Attempt to fix compilation of quicktime after reporting changes
(can't build this file myself, only qtkit seems to work here).
Diffstat (limited to 'source/blender/quicktime/quicktime_export.h')
-rw-r--r--source/blender/quicktime/quicktime_export.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/quicktime/quicktime_export.h b/source/blender/quicktime/quicktime_export.h
index 543371999ed..2ccda8eb526 100644
--- a/source/blender/quicktime/quicktime_export.h
+++ b/source/blender/quicktime/quicktime_export.h
@@ -45,9 +45,10 @@ typedef struct QuicktimeCodecTypeDesc {
struct RenderData;
struct Scene;
struct wmOperatorType;
+struct ReportList;
-int start_qt(struct Scene *scene, struct RenderData *rd, int rectx, int recty, ReportList *reports); //for movie handle (BKE writeavi.c now)
-int append_qt(struct RenderData *rd, int frame, int *pixels, int rectx, int recty, ReportList *reports);
+int start_qt(struct Scene *scene, struct RenderData *rd, int rectx, int recty, struct ReportList *reports); //for movie handle (BKE writeavi.c now)
+int append_qt(struct RenderData *rd, int frame, int *pixels, int rectx, int recty, struct ReportList *reports);
void end_qt(void);
/*RNA helper functions */