commit | dbda76adf06a0df34edd68fab017031e95ddb40c | [log] [tgz] |
---|---|---|
author | Wonsik Kim <wonsik@google.com> | Mon Apr 12 16:31:49 2021 -0700 |
committer | Wonsik Kim <wonsik@google.com> | Mon Apr 12 18:46:35 2021 -0700 |
tree | a55a334ed71715b188af9761f097b68578209efa | |
parent | bf58beb65e4338dce79e210b1f07e27254a55f27 [diff] [blame] |
C2SoftAvcDec: revert flex YUV handling Bug: 185145002 Test: atest android.media.cts.AdaptivePlaybackTest#testH264_adaptiveDrc Change-Id: I95991b6ec9bfacaa8182c717e26df874ad531a0c
diff --git a/media/codec2/components/avc/C2SoftAvcDec.h b/media/codec2/components/avc/C2SoftAvcDec.h index ed99ad1..5c07d29 100644 --- a/media/codec2/components/avc/C2SoftAvcDec.h +++ b/media/codec2/components/avc/C2SoftAvcDec.h
@@ -155,6 +155,7 @@ uint8_t *mOutBufferFlush; size_t mNumCores; + IV_COLOR_FORMAT_T mIvColorFormat; uint32_t mOutputDelay; uint32_t mWidth; uint32_t mHeight;