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>2012-08-23 13:54:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-23 13:54:15 +0400
commitbbd8863956b1dbaa31fe0cae64080a4224cb883d (patch)
treec51e80eb27d4517fdddfa8b3b29fd0957d80b87c /source/blender/editors/space_sequencer
parentfd2c3d1e3014221667422f4f85665baaaf23bdf3 (diff)
code cleanup: use const weights for customdata interpolation functions
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index de95b9119e2..81699d36f5f 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -2363,8 +2363,8 @@ static int find_next_prev_edit(Scene *scene, int cfra,
}
static int strip_jump_internal(Scene *scene,
- const short side,
- const short do_skip_mute, const short do_center)
+ const short side,
+ const short do_skip_mute, const short do_center)
{
int change = FALSE;
int cfra = CFRA;