From 3c6b2df64a1dd8f780d1c373171bd8c9e01f38f2 Mon Sep 17 00:00:00 2001 From: Hyuntae Kim Date: Tue, 7 Jan 2020 09:35:00 +0900 Subject: [PATCH] [Camera] add MJPEG pixel format [Version] 0.2.121 [Profile] Common [Issue Type] Update Change-Id: Id49ed759da33abd7ef03182c7a0d1b614c080051 --- include/mm_types.h | 1 + packaging/libmm-common.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 include/mm_types.h diff --git a/include/mm_types.h b/include/mm_types.h old mode 100755 new mode 100644 index de17a4b..dae6c14 --- a/include/mm_types.h +++ b/include/mm_types.h @@ -377,6 +377,7 @@ typedef enum { 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_ENCODED_MJPEG, /**< Encoded pixel format : MJPEG */ MM_PIXEL_FORMAT_NUM /**< Number of the pixel format */ } MMPixelFormatType; diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index 3560874..5a8b15f 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.120 +Version: 0.2.121 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 -- 2.7.4