From e6bdc7e851be2d97b29e80d1684e732bcc6ca45a Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Fri, 28 May 2021 21:39:26 +0900 Subject: [PATCH] mm_types: Add new pixel format - MMPixelFormatType : MM_PIXEL_FORMAT_ENCODED_VP8 : MM_PIXEL_FORMAT_ENCODED_VP9 [Version] 0.2.125 [Issue Type] New feature Change-Id: I86e831aadd95e97e195aff1b40484962dfcf64a6 Signed-off-by: Jeongmo Yang --- include/mm_types.h | 2 ++ packaging/libmm-common.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/mm_types.h b/include/mm_types.h index 9ea239e..c6f1e1e 100644 --- a/include/mm_types.h +++ b/include/mm_types.h @@ -379,6 +379,8 @@ typedef enum { MM_PIXEL_FORMAT_ENCODED_H264, /**< Encoded pixel format : H.264 */ MM_PIXEL_FORMAT_INVZ, /**< Depth pixel format : INVZ */ MM_PIXEL_FORMAT_ENCODED_MJPEG, /**< Encoded pixel format : MJPEG */ + MM_PIXEL_FORMAT_ENCODED_VP8, /**< Encoded pixel format : VP8 */ + MM_PIXEL_FORMAT_ENCODED_VP9, /**< Encoded pixel format : VP9 */ MM_PIXEL_FORMAT_NUM /**< Number of the pixel format */ } MMPixelFormatType; diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index 106698d..969d3dd 100644 --- a/packaging/libmm-common.spec +++ b/packaging/libmm-common.spec @@ -1,6 +1,6 @@ Name: libmm-common Summary: Multimedia Framework Common Lib -Version: 0.2.124 +Version: 0.2.125 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 -- 2.7.4