diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2024-06-11 14:28:55 +0200 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2024-06-16 00:34:24 +0200 |
commit | 874152033d83755928dcf242f5b33d92ee793a2c (patch) | |
tree | c0f16e82faec36c426d41141b5f10e705379a64f /tests/checkasm/checkasm.c | |
parent | 6f4a95cfb8e6ed97fdd1027251181caded44860f (diff) | |
download | ffmpeg-874152033d83755928dcf242f5b33d92ee793a2c.tar.gz |
checkasm: add tests for {lum,chr}ConvertRange
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r-- | tests/checkasm/checkasm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c index 2329e2e1bc..56232ab1e0 100644 --- a/tests/checkasm/checkasm.c +++ b/tests/checkasm/checkasm.c @@ -251,6 +251,7 @@ static const struct { #endif #if CONFIG_SWSCALE { "sw_gbrp", checkasm_check_sw_gbrp }, + { "sw_range_convert", checkasm_check_sw_range_convert }, { "sw_rgb", checkasm_check_sw_rgb }, { "sw_scale", checkasm_check_sw_scale }, #endif |