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

Commit 08795af5 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "Add type for AV1 Dolby Vision profile"

parents be4af200 49147b53
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -302,6 +302,7 @@ typedef enum OMX_VIDEO_DOLBYVISIONPROFILETYPE {
    OMX_VIDEO_DolbyVisionProfileDvheDtb  = 0x80,
    OMX_VIDEO_DolbyVisionProfileDvheSt   = 0x100,
    OMX_VIDEO_DolbyVisionProfileDvavSe   = 0x200,
    OMX_VIDEO_DolbyVisionProfileDvav110  = 0x400,
    OMX_VIDEO_DolbyVisionProfileMax      = 0x7FFFFFFF
} OMX_VIDEO_DOLBYVISIONPROFILETYPE;