diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2024-06-16 22:40:13 +0200 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2024-06-28 14:49:49 +0200 |
commit | 1fb77347c8d96f4feff8f9328b40e6ee71191ac1 (patch) | |
tree | aaace0d3bbe3e6c4158c1800528ee51d39955eef /tests/checkasm/checkasm.c | |
parent | a8e2714d824552ed210118d1ce48c770db3d8c56 (diff) | |
download | ffmpeg-1fb77347c8d96f4feff8f9328b40e6ee71191ac1.tar.gz |
checkasm: add tests for yuv2rgb
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 b88b128e4c..de0024099a 100644 --- a/tests/checkasm/checkasm.c +++ b/tests/checkasm/checkasm.c @@ -254,6 +254,7 @@ static const struct { { "sw_range_convert", checkasm_check_sw_range_convert }, { "sw_rgb", checkasm_check_sw_rgb }, { "sw_scale", checkasm_check_sw_scale }, + { "sw_yuv2rgb", checkasm_check_sw_yuv2rgb }, #endif #if CONFIG_AVUTIL { "fixed_dsp", checkasm_check_fixed_dsp }, |