From 47154090957e8eb5c9a829db2536b5aeb078af7b Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Mon, 16 Jul 2018 20:09:46 +0900 Subject: [PATCH] Add new format - INVZ for depth data [Version] 0.2.113 [Profile] Common [Issue Type] Update [Dependency module] N/A Change-Id: I9bb5b9b8827dc5e36fb57719a089e3f4227d4c36 Signed-off-by: Jeongmo Yang --- include/mm_types.h | 7 ++++--- packaging/libmm-common.spec | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/mm_types.h b/include/mm_types.h index 50dd77b..de17a4b 100755 --- a/include/mm_types.h +++ b/include/mm_types.h @@ -374,9 +374,10 @@ typedef enum { MM_PIXEL_FORMAT_RGBA, /**< RGBA pixel format */ MM_PIXEL_FORMAT_ARGB, /**< ARGB pixel format */ MM_PIXEL_FORMAT_ENCODED, /**< Encoded pixel format : JPEG */ - MM_PIXEL_FORMAT_ITLV_JPEG_UYVY, /**< FIXME: JPEG+UYVY Interleaved format */ - MM_PIXEL_FORMAT_ENCODED_H264, /**< Encoded pixel format : H.264 */ - MM_PIXEL_FORMAT_NUM /**< Number of the pixel format */ + MM_PIXEL_FORMAT_ITLV_JPEG_UYVY, /**< FIXME: JPEG+UYVY Interleaved format */ + MM_PIXEL_FORMAT_ENCODED_H264, /**< Encoded pixel format : H.264 */ + MM_PIXEL_FORMAT_INVZ, /**< Depth pixel format : INVZ */ + MM_PIXEL_FORMAT_NUM /**< Number of the pixel format */ } MMPixelFormatType; /** diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index ebf241a..050169a 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.112 +Version: 0.2.113 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 -- 2.7.4