]> git.sesse.net Git - ffmpeg/commit
lavc/libaomdec: fix build with 1.0.0
authorAnton Khirnov <anton@khirnov.net>
Sat, 17 Apr 2021 14:12:30 +0000 (16:12 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 18 Apr 2021 06:36:17 +0000 (08:36 +0200)
commitd43b26b30dabc6004142b86a87c1d6730735b11c
treea1658c6f2b293c36e110918351db0e446b8014bb
parent0c7aef84a00a7114aa7da6ee38e5575eb05590b5
lavc/libaomdec: fix build with 1.0.0

aom_codec_frame_flags_t in libaom 1.0.0 is defined in aom_encoder.h,
whereas for newer versions it was moved to aom_codec.h
libavcodec/libaomdec.c