summaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorHung-ying Tyan <tyanh@google.com>2019-11-05 10:49:48 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-05 10:49:48 -0800
commita69a63d4828f803382bfae7988e1ad29c93af739 (patch)
treee9c9f55490d48840c1ec4c3c87bc318a648c2434 /headers
parentcee9c595034cab9b49bf4397d10d63806d99cf21 (diff)
parentf554a909abcd2ac44c9db94cd72db781f7672a90 (diff)
downloadnative-a69a63d4828f803382bfae7988e1ad29c93af739.tar.gz
Merge "add the OMX_VIDEO_CodingAV1 in the OMX_VIDEO_CODINGTYPE" am: d7ed6b5f34 am: 62b4aba7ee
am: f554a909ab Change-Id: Ia1c59eedf207083c4836bab7011c105382c499ec
Diffstat (limited to 'headers')
-rw-r--r--headers/media_plugin/media/openmax/OMX_Video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/headers/media_plugin/media/openmax/OMX_Video.h b/headers/media_plugin/media/openmax/OMX_Video.h
index b6edaa900e..81ee5fb2e5 100644
--- a/headers/media_plugin/media/openmax/OMX_Video.h
+++ b/headers/media_plugin/media/openmax/OMX_Video.h
@@ -90,6 +90,7 @@ typedef enum OMX_VIDEO_CODINGTYPE {
OMX_VIDEO_CodingHEVC, /**< ITU H.265/HEVC */
OMX_VIDEO_CodingDolbyVision,/**< Dolby Vision */
OMX_VIDEO_CodingImageHEIC, /**< HEIF image encoded with HEVC */
+ OMX_VIDEO_CodingAV1, /**< AV1 */
OMX_VIDEO_CodingKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
OMX_VIDEO_CodingVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
OMX_VIDEO_CodingMax = 0x7FFFFFFF