Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/9
12 lines
328 B
Diff
12 lines
328 B
Diff
--- a/libavcodec/libaomdec.c
|
|
+++ b/libavcodec/libaomdec.c
|
|
@@ -224,7 +224,7 @@ static av_cold int aom_free(AVCodecContext *avctx)
|
|
|
|
static av_cold int av1_init(AVCodecContext *avctx)
|
|
{
|
|
- return aom_init(avctx, &aom_codec_av1_dx_algo);
|
|
+ return aom_init(avctx, aom_codec_av1_dx());
|
|
}
|
|
|
|
AVCodec ff_libaom_av1_decoder = {
|