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:
Diffstat (limited to 'source/blender/sequencer/intern/proxy.h')
-rw-r--r--source/blender/sequencer/intern/proxy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/sequencer/intern/proxy.h b/source/blender/sequencer/intern/proxy.h
index 3777cea9317..a2a94f036b1 100644
--- a/source/blender/sequencer/intern/proxy.h
+++ b/source/blender/sequencer/intern/proxy.h
@@ -32,7 +32,9 @@ struct SeqRenderData;
struct Sequence;
#define PROXY_MAXFILE (2 * FILE_MAXDIR + FILE_MAXFILE)
-struct ImBuf *seq_proxy_fetch(const struct SeqRenderData *context, struct Sequence *seq, int cfra);
+struct ImBuf *seq_proxy_fetch(const struct SeqRenderData *context,
+ struct Sequence *seq,
+ int timeline_frame);
bool seq_proxy_get_custom_file_fname(struct Sequence *seq, char *name, const int view_id);
#ifdef __cplusplus