Skip to content

Commit

Permalink
mm-core: Add VP8 specific color format
Browse files Browse the repository at this point in the history
Add VP8 specific color format to be used by VP8 HW codec.

(cherry picked from commit d948d50)

Change-Id: Ia9e931eb94fd50a579b3b2cb0056057c3eab50d3
  • Loading branch information
Mahesh Lanka authored and Ramakrishna Prasad N committed Jan 21, 2012
1 parent 02a8545 commit 1abd419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omxcore/inc/OMX_Video.h
Expand Up @@ -68,6 +68,7 @@ typedef enum OMX_VIDEO_CODINGTYPE {
OMX_VIDEO_CodingRV, /**< all versions of Real Video */
OMX_VIDEO_CodingAVC, /**< H.264/AVC */
OMX_VIDEO_CodingMJPEG, /**< Motion JPEG */
OMX_VIDEO_CodingVPX, /**< Google VPX, formerly known as On2 VP8 */
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
Expand Down

0 comments on commit 1abd419

Please sign in to comment.