commit | 93960e513aa1998a582957884236261aec32a47a | [log] [tgz] |
---|---|---|
author | Manisha Jajoo <manisha.jajoo@ittiam.com> | Mon Dec 21 21:00:11 2020 +0530 |
committer | Manisha Jajoo <manisha.jajoo@ittiam.com> | Mon Jan 04 12:53:09 2021 +0530 |
tree | 494bd7d2ca33e47fb733e810a87ab1abea0e0e7a | |
parent | 0a1a50433b1018834a7b7c9d67d42d998e005d8a [diff] [blame] |
C2SoftAvcEnc: add support to use ih264e instead of ive structures Test: atest android.mediav2.cts.CodecEncoderTest Bug: 176060168 Change-Id: I228235772583b3e59d274883ebd9753f72a7f951
diff --git a/media/codec2/components/avc/C2SoftAvcEnc.h b/media/codec2/components/avc/C2SoftAvcEnc.h index 555055b..25c2d87 100644 --- a/media/codec2/components/avc/C2SoftAvcEnc.h +++ b/media/codec2/components/avc/C2SoftAvcEnc.h
@@ -24,8 +24,7 @@ #include <SimpleC2Component.h> #include "ih264_typedefs.h" -#include "iv2.h" -#include "ive2.h" +#include "ih264e.h" namespace android {