commit | b7aee6e111fff30e4e0f5d4a4b4a60ed033d67d8 | [log] [tgz] |
---|---|---|
author | James Zern <jzern@google.com> | Fri Jun 26 13:49:53 2020 -0700 |
committer | Ray Essick <essick@google.com> | Tue Sep 01 22:38:47 2020 +0000 |
tree | 69f84a65bad554b027c12cf540d19fa673e658db | |
parent | c4ba40d49f0862487dea32b3efffbd291802130d [diff] [blame] |
framework/av,C2SoftGav1Dec: update to libgav1 v0.16.0 this is dependent on the update to external/libgav1 (ag/12016847, change-id I63361c388d8cf6f652774b07c9475c45951599c5) Bug: 162267932 Test: playback, cts on sargo-userdebug / sargo_hwasan-userdebug Test: aosp_arm-eng aosp_arm64-eng aosp_x86-eng aosp_x86_64-eng build Change-Id: Idc713f4b10776cfb6b7fa2d75b2162c3b85d3313 Merged-In: Idc713f4b10776cfb6b7fa2d75b2162c3b85d3313 (cherry picked from commit 4f5bdb78a4c4d4620504733e9e779261e93686b6)
diff --git a/media/codec2/components/gav1/C2SoftGav1Dec.h b/media/codec2/components/gav1/C2SoftGav1Dec.h index a7c08bb..555adc9 100644 --- a/media/codec2/components/gav1/C2SoftGav1Dec.h +++ b/media/codec2/components/gav1/C2SoftGav1Dec.h
@@ -18,8 +18,8 @@ #define ANDROID_C2_SOFT_GAV1_DEC_H_ #include <SimpleC2Component.h> -#include "libgav1/src/decoder.h" -#include "libgav1/src/decoder_settings.h" +#include "libgav1/src/gav1/decoder.h" +#include "libgav1/src/gav1/decoder_settings.h" #define GETTIME(a, b) gettimeofday(a, b); #define TIME_DIFF(start, end, diff) \