aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/checkasm.c
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi@remlab.net>2024-05-18 21:43:37 +0300
committerRémi Denis-Courmont <remi@remlab.net>2024-05-27 22:42:07 +0300
commit44f7f6e010d48aae7e3eb5442d363e622f7bd35a (patch)
treebbd23026f26c16c86126d920ee264f1b9241c2ed /tests/checkasm/checkasm.c
parenta535ce2ac075a61930ffe13606f294d6f8fb6369 (diff)
downloadffmpeg-44f7f6e010d48aae7e3eb5442d363e622f7bd35a.tar.gz
checkasm: add h263dsp.{h,v}_loop_filter
Diffstat (limited to 'tests/checkasm/checkasm.c')
-rw-r--r--tests/checkasm/checkasm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 66fde26945..97c9b9fdd4 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -121,6 +121,9 @@ static const struct {
#if CONFIG_G722DSP
{ "g722dsp", checkasm_check_g722dsp },
#endif
+ #if CONFIG_H263DSP
+ { "h263dsp", checkasm_check_h263dsp },
+ #endif
#if CONFIG_H264CHROMA
{ "h264chroma", checkasm_check_h264chroma },
#endif