From: Sejun Park Date: Wed, 7 Mar 2018 04:16:18 +0000 (+0900) Subject: fixed typo X-Git-Tag: submit/tizen/20180308.104235^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=357ee30a38b2f2fe67fc76832c62e31ffa12bcd1;p=platform%2Fcore%2Fapi%2Fmediacodec.git fixed typo Change-Id: Ic7e83fed94caf9334278c48b018aface598bf27d --- diff --git a/doc/media_codec_doc.h b/doc/media_codec_doc.h index 03bed18..5899e57 100644 --- a/doc/media_codec_doc.h +++ b/doc/media_codec_doc.h @@ -25,7 +25,7 @@ /** * @defgroup CAPI_MEDIA_CODEC_MODULE Media Codec - * @brief The @ref CAPI_MEDIA_CODEC_MODULE APIs provides functions for encodinging and decoding using media data + * @brief The @ref CAPI_MEDIA_CODEC_MODULE APIs provides functions for encoding and decoding using media data * @ingroup CAPI_MEDIA_FRAMEWORK * * @section CAPI_MEDIA_CODEC_MODULE_HEADER Required Header diff --git a/include/media_codec.h b/include/media_codec.h index 8e6aa3c..5899592 100644 --- a/include/media_codec.h +++ b/include/media_codec.h @@ -601,7 +601,7 @@ int mediacodec_get_supported_type(mediacodec_h mediacodec, mediacodec_codec_type /** * @brief Gets the media packet pool allocated for recycling media packets. * @details The user can get the pool allocated with the number of packets are required to be used in codecs.\n - * It is recomended to use media packet pool for better stability and performance. + * It is recommended to use media packet pool for better stability and performance. * @since_tizen 3.0 * @remarks The @a pool should be released using media_packet_pool_deallocate() and destroyed using media_packet_pool_destroy(). * @param[in] mediacodec The mediacodec handle