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')
-rw-r--r--source/blender/sequencer/intern/render.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/sequencer/intern/render.c b/source/blender/sequencer/intern/render.c
index b0a8605e922..76623599864 100644
--- a/source/blender/sequencer/intern/render.c
+++ b/source/blender/sequencer/intern/render.c
@@ -514,9 +514,9 @@ static void sequencer_image_crop_transform_matrix(const Sequence *seq,
}
static void sequencer_image_crop_init(const Sequence *seq,
- const ImBuf *in,
- float crop_scale_factor,
- rctf *r_crop)
+ const ImBuf *in,
+ float crop_scale_factor,
+ rctf *r_crop)
{
const StripCrop *c = seq->strip->crop;
const int left = c->left * crop_scale_factor;