Skip to content

Commit

Permalink
test/vidconv: remove static struct test
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 1, 2025
1 parent d985559 commit edc30ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vidconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ static int test_vidconv_center(void)
struct vidframe *dst = NULL;
struct vidframe *src = NULL;

static struct test {
struct test {
struct vidrect r;
struct vidsz src_sz;
struct vidsz dst_sz;
Expand Down

0 comments on commit edc30ae

Please sign in to comment.