Skip to content

Commit

Permalink
revert const remove
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Dec 24, 2024
1 parent 3d38b77 commit dc62363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rem/vidmix/vidmix.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void source_destructor(void *arg)


static inline void source_mix(struct vidframe *mframe,
struct vidframe *frame_src,
const struct vidframe *frame_src,
unsigned n, unsigned rows, unsigned idx,
bool focus, bool focus_this, bool focus_full)
{
Expand Down

0 comments on commit dc62363

Please sign in to comment.