[FFmpeg-devel] [PATCH] libaom: Dont use aom_codec_av1_dx_algo.

Matt Oliver protogonoi at gmail.com
Sat Oct 30 06:50:57 EEST 2021


On Sat, 30 Oct 2021 at 14:13, Matt Oliver <protogonoi at gmail.com> wrote:

> Does this compile and link with libaom 1.0.0? We unfortunately still
>> support that version (despite being unusable speed wise) because distros
>> like Debian still ship it.
>>
>
> Just looked it up and yes version 1.0.0 includes the required
> aom_codec_av1_dx() function (line 37 of aomdx.h for those interested).
>

I also noticed that libvpx does the same thing as libaom where it uses the
direct variable instead of the function returning the variable. libvpx
doesnt currently support static compilation so it's not an issue that has
come up but was wondering whether it was worth submitting a patch
preemptively fixing that issue as well.


More information about the ffmpeg-devel mailing list