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:
authorRichard Antalik <richardantalik@gmail.com>2021-09-21 21:01:16 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-09-21 21:02:46 +0300
commit29b13fa3cae61bff3707d6a3d844188f21dda06c (patch)
treecc2238c3ea6735598dc56eb766632bc7a5aa57fa /source/blender/sequencer/SEQ_render.h
parent499dbb626acb816de1dcbca10fdb2d8ca27dbcc9 (diff)
Cleanup: Clang-tidy warnings
Diffstat (limited to 'source/blender/sequencer/SEQ_render.h')
-rw-r--r--source/blender/sequencer/SEQ_render.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/sequencer/SEQ_render.h b/source/blender/sequencer/SEQ_render.h
index 50280db55ff..e99dc6d344f 100644
--- a/source/blender/sequencer/SEQ_render.h
+++ b/source/blender/sequencer/SEQ_render.h
@@ -75,7 +75,7 @@ void SEQ_render_thumbnails(const struct SeqRenderData *context,
float start_frame,
float frame_step,
rctf *view_area,
- short *stop);
+ const short *stop);
struct ImBuf *SEQ_get_thumbnail(const struct SeqRenderData *context,
struct Sequence *seq,
float timeline_frame,
@@ -86,7 +86,7 @@ void SEQ_render_thumbnails_base_set(const struct SeqRenderData *context,
struct Sequence *seq,
struct Sequence *seq_orig,
rctf *view_area,
- short *stop);
+ const short *stop);
void SEQ_render_init_colorspace(struct Sequence *seq);
void SEQ_render_new_render_data(struct Main *bmain,