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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-12-14 10:12:20 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-12-14 10:12:20 +0400
commit535aee820b22385051e5ec12f39883735dfef694 (patch)
treeda9774b55f3041ec32da816200509c1c825a6c4c /source/blender/blenkernel/BKE_tracking.h
parentb865c0314f4bd2ead240accff1d06234f614acd2 (diff)
parenta7823dda6941420ba1317ac3682c8b563a47023c (diff)
Merging r42602 through r42620 from trunk into soc-2011-tomato
Diffstat (limited to 'source/blender/blenkernel/BKE_tracking.h')
-rw-r--r--source/blender/blenkernel/BKE_tracking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_tracking.h b/source/blender/blenkernel/BKE_tracking.h
index d7bf7cb410f..772306967fc 100644
--- a/source/blender/blenkernel/BKE_tracking.h
+++ b/source/blender/blenkernel/BKE_tracking.h
@@ -98,7 +98,7 @@ struct MovieTrackingReconstruction *BKE_tracking_object_reconstruction(struct Mo
/* 2D tracking */
struct MovieTrackingContext *BKE_tracking_context_new(struct MovieClip *clip, struct MovieClipUser *user,
- short backwards);
+ short backwards, short sequence);
void BKE_tracking_context_free(struct MovieTrackingContext *context);
void BKE_tracking_sync(struct MovieTrackingContext *context);
void BKE_tracking_sync_user(struct MovieClipUser *user, struct MovieTrackingContext *context);