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>2013-05-06 21:59:02 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-05-06 21:59:02 +0400
commit88129ac395ac6fb62acbef3dd436c7575e02aa3c (patch)
treeb6dd436b2a414d23684462d6306020ee28bd69a9 /source/blender/makesdna/DNA_tracking_types.h
parent9aed3f62d3861eec8cc37357738c8e936c5e3e08 (diff)
Fix for crash when using 2D stabilization for float movie clips
Also removed unneeded image buffer scaling, it was only needed for "early output" if there was no rotation. That is no longer supported since it used to pixelate result a lot and interpolation is always used now. Saves quite a few of memory and CPU cycles.
Diffstat (limited to 'source/blender/makesdna/DNA_tracking_types.h')
-rw-r--r--source/blender/makesdna/DNA_tracking_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_tracking_types.h b/source/blender/makesdna/DNA_tracking_types.h
index 73cda070fd2..02c482096f6 100644
--- a/source/blender/makesdna/DNA_tracking_types.h
+++ b/source/blender/makesdna/DNA_tracking_types.h
@@ -205,8 +205,6 @@ typedef struct MovieTrackingStabilization {
/* some pre-computing run-time variables */
int ok; /* are precomputed values and scaled buf relevant? */
float scale; /* autoscale factor */
-
- struct ImBuf *scaleibuf; /* currently scaled ibuf */
} MovieTrackingStabilization;
typedef struct MovieTrackingReconstruction {