Cleanup: inconsistent parameter names

This commit is contained in:
Jacques Lucke 2021-05-20 09:00:42 +02:00
parent 7655cc45eb
commit a5ac062c51
1 changed files with 2 additions and 2 deletions

View File

@ -60,10 +60,10 @@ struct ImBuf *seq_render_effect_execute_threaded(struct SeqEffectHandle *sh,
struct ImBuf *ibuf2,
struct ImBuf *ibuf3);
void seq_imbuf_to_sequencer_space(struct Scene *scene, struct ImBuf *ibuf, bool make_float);
int seq_get_shown_sequences(struct ListBase *seqbasep,
int seq_get_shown_sequences(struct ListBase *seqbase,
int timeline_frame,
int chanshown,
struct Sequence **seq_arr_out);
struct Sequence **r_seq_arr);
struct ImBuf *seq_render_strip(const struct SeqRenderData *context,
struct SeqRenderState *state,
struct Sequence *seq,