From: Jeongmo Yang Date: Mon, 10 May 2021 02:37:42 +0000 (+0900) Subject: Fix typo: lengh -> length X-Git-Tag: submit/tizen/20210510.060312^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F258045%2F1;p=platform%2Fcore%2Fapi%2Fmediatool.git Fix typo: lengh -> length [Version] 0.1.49 [Issue Type] Typo Change-Id: Ie38c598f89ae29fbae54ac5633b720c72db76b98 Signed-off-by: Jeongmo Yang --- diff --git a/include/media_format.h b/include/media_format.h index d195a23..3198203 100644 --- a/include/media_format.h +++ b/include/media_format.h @@ -912,7 +912,7 @@ int media_format_channel_positions_from_mask(media_format_h fmt, uint64_t channe * @since_tizen 5.5 * @remarks A @a channel_mask_out with fewer bits set than the number of channels is considered valid. * @param[in] fmt The media format handle - * @param[in] positions The channel positions array, its lengh is equal to the number of channels + * @param[in] positions The channel positions array, its length is equal to the number of channels * @param[out] channel_mask_out the output channel mask * @return @c 0 on success, * otherwise a negative error value diff --git a/packaging/capi-media-tool.spec b/packaging/capi-media-tool.spec index c06ec67..215e2ab 100755 --- a/packaging/capi-media-tool.spec +++ b/packaging/capi-media-tool.spec @@ -1,6 +1,6 @@ Name: capi-media-tool Summary: A Core API media tool library in Tizen Native API -Version: 0.1.48 +Version: 0.1.49 Release: 0 Group: Multimedia/API License: Apache-2.0