[FFmpeg-devel] [PATCH] tests/checkasm: add a test for VorbisDSPContext
James Almer
jamrial at gmail.com
Mon Sep 19 20:57:40 EEST 2022
On 9/19/2022 2:55 PM, Ronald S. Bultje wrote:
> 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?
Because i copy pasted and forgot to change it :p
Fixed locally.
>
> Ronald
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list