From a1258bbca640ad14f78ffaf2ebd17eea415bcb2e Mon Sep 17 00:00:00 2001 From: Jiyong Date: Mon, 7 Apr 2025 09:45:51 +0900 Subject: [PATCH] Add MM_VIDEO_CODEC_H265 for MMVideoCodecType [Version] 0.2.129 [Issue Type] Update Change-Id: I5f104f704c2e8eb5a1c825b46eda23dda6ce07c5 --- include/mm_types.h | 1 + packaging/libmm-common.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mm_types.h b/include/mm_types.h index b14dba4..f0f3a6c 100644 --- a/include/mm_types.h +++ b/include/mm_types.h @@ -232,6 +232,7 @@ enum MMVideoCodecType { MM_VIDEO_CODEC_THEORA, /**< Theora video codec */ MM_VIDEO_CODEC_FLV, /**< Adobe Flash Video codec */ MM_VIDEO_CODEC_AV1, /**< AOMedia Video 1 codec */ + MM_VIDEO_CODEC_H265, /**< H265 codec */ MM_VIDEO_CODEC_NUM, /**< Number of video codec type */ }; diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index a9cea03..e016699 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.128 +Version: 0.2.129 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 -- 2.34.1