[FFmpeg-devel] [PATCH] tests/checkasm: add a test for VorbisDSPContext
Ronald S. Bultje
rsbultje at gmail.com
Mon Sep 19 20:55:50 EEST 2022
Hi,
On Mon, Sep 19, 2022 at 1:05 PM James Almer <jamrial at gmail.com> wrote:
> --- a/tests/checkasm/checkasm.c
> +++ b/tests/checkasm/checkasm.c
> @@ -165,6 +165,9 @@ static const struct {
> #if CONFIG_VIDEODSP
> { "videodsp", checkasm_check_videodsp },
> #endif
> + #if CONFIG_VIDEODSP
> + { "vorbisdsp", checkasm_check_vorbisdsp },
> + #endif
>
Why under config_videodsp?
Ronald
More information about the ffmpeg-devel
mailing list