commit | 193b61218a1c47f689b41d04cb01c83175370aae | [log] [tgz] |
---|---|---|
author | Shivaansh Agrawal <shivaansh.agrawal@ittiam.com> | Sun Dec 20 14:31:04 2020 +0530 |
committer | Shivaansh Agrawal <shivaansh.agrawal@ittiam.com> | Thu Feb 25 23:26:54 2021 +0530 |
tree | cd1b8acbd882f8c56bf1c9ad0d1d18466ebca7d5 | |
parent | 51f482db8c822bb1ef0a833ad98f71613c0de51b [diff] [blame] |
C2SoftAvcDec: add support to use ih264d instead of ivd structures Bug: 175759733 Test: android.mediav2.cts.CodecDecoderTest Change-Id: I7118cd1b0a44aeccedcf55e08497153e8f525b98
diff --git a/media/codec2/components/avc/C2SoftAvcDec.h b/media/codec2/components/avc/C2SoftAvcDec.h index bd84de0..5c07d29 100644 --- a/media/codec2/components/avc/C2SoftAvcDec.h +++ b/media/codec2/components/avc/C2SoftAvcDec.h
@@ -25,8 +25,7 @@ #include <SimpleC2Component.h> #include "ih264_typedefs.h" -#include "iv.h" -#include "ivd.h" +#include "ih264d.h" namespace android {