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:
authorCampbell Barton <ideasman42@gmail.com>2014-11-01 16:31:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-02 01:32:02 +0300
commitd658ea1b209fe45b82bbbff1515f797659c3b022 (patch)
tree833c6ab432929c3a67bde6c18a7218d4c30a85d9 /source/blender/blenkernel/intern
parent31a83ee9f1dca4dd767fd88e2cf4f4ec23a4003b (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/tracking_auto.c2
-rw-r--r--source/blender/blenkernel/intern/tracking_util.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/tracking_auto.c b/source/blender/blenkernel/intern/tracking_auto.c
index 1b1445eae26..55b8f0bd3ab 100644
--- a/source/blender/blenkernel/intern/tracking_auto.c
+++ b/source/blender/blenkernel/intern/tracking_auto.c
@@ -55,7 +55,7 @@ typedef struct AutoTrackOptions {
bool use_keyframe_match; /* Keyframe pattern matching. */
/* TODO(sergey): A bit awkward to keep it in here, only used to
- * place a disabled marker once the trackign fails,
+ * place a disabled marker once the tracking fails,
* Wither find a more clear way to do it or call it track context
* or state, not options.
*/
diff --git a/source/blender/blenkernel/intern/tracking_util.c b/source/blender/blenkernel/intern/tracking_util.c
index 505f705857b..17e4a3c73c3 100644
--- a/source/blender/blenkernel/intern/tracking_util.c
+++ b/source/blender/blenkernel/intern/tracking_util.c
@@ -782,7 +782,7 @@ static ImBuf *accessor_get_ibuf(TrackingImageAccessor *accessor,
}
}
- /* it's possible processing stil didn't happen at this point,
+ /* it's possible processing still didn't happen at this point,
* but we really need a copy of the buffer to be transformed
* and to be put to the cache.
*/
@@ -877,7 +877,7 @@ TrackingImageAccessor *tracking_image_accessor_new(MovieClip *clips[MAX_ACCESSOR
accesscache_hashhash,
accesscache_hashcmp);
- memcpy(accessor->clips, clips, num_clips * sizeof(MovieClip*));
+ memcpy(accessor->clips, clips, num_clips * sizeof(MovieClip *));
accessor->num_clips = num_clips;
accessor->start_frame = start_frame;