[Camera] add MJPEG pixel format 61/221661/2 accepted/tizen/unified/20200109.115641 submit/tizen/20200109.021306
authorHyuntae Kim <ht1211.kim@samsung.com>
Tue, 7 Jan 2020 00:35:00 +0000 (09:35 +0900)
committerHyuntae Kim <ht1211.kim@samsung.com>
Tue, 7 Jan 2020 02:50:32 +0000 (11:50 +0900)
[Version] 0.2.121
[Profile] Common
[Issue Type] Update

Change-Id: Id49ed759da33abd7ef03182c7a0d1b614c080051

include/mm_types.h [changed mode: 0755->0644]
packaging/libmm-common.spec

old mode 100755 (executable)
new mode 100644 (file)
index de17a4b..dae6c14
@@ -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;
 
index 3560874..5a8b15f 100644 (file)
@@ -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