summaryrefslogtreecommitdiffstats
path: root/test/scale_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/scale_test.c')
-rw-r--r--test/scale_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/scale_test.c b/test/scale_test.c
index a0f31ec81a..912ecbcc22 100644
--- a/test/scale_test.c
+++ b/test/scale_test.c
@@ -18,8 +18,6 @@ static struct mp_image *gen_repack_test_img(int w, int h, int bytes, bool rgb,
{1, {rgb ? 1 : 3}},
{1, {4}},
},
- .chroma_w = 1,
- .chroma_h = 1,
};
int mpfmt = mp_find_regular_imgfmt(&planar_desc);
assert(mpfmt);