Commit 3c0511f2 authored by Michael Niedermayer's avatar Michael Niedermayer

tests/checkasm/vf_colorspace: Make bpp_mask const

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent fa0f59d5
......@@ -48,7 +48,7 @@ static const char *format_string[] = {
"444", "422", "420"
};
static unsigned bpp_mask[] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff };
static const unsigned bpp_mask[] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff };
static void check_yuv2yuv(void)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment