Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4801b23d authored by chunlei.guo's avatar chunlei.guo Committed by Michael Bestas
Browse files

add the OMX_VIDEO_CodingAV1 in the OMX_VIDEO_CODINGTYPE

we have developed an AV1 decoder within the OpenMax framework.

Bug: 141833956
Change-Id: Ia2ee8e3165c5fa82e871732ade972ebff46454c6
(cherry picked from commit ad7bc3bf)
parent c7e30b5d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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