fixed typo 33/171733/2 accepted/tizen/unified/20180313.162840 submit/tizen/20180308.104235
authorSejun Park <sejun79.park@samsung.com>
Wed, 7 Mar 2018 04:16:18 +0000 (13:16 +0900)
committerSejun Park <sejun79.park@samsung.com>
Wed, 7 Mar 2018 04:18:51 +0000 (13:18 +0900)
Change-Id: Ic7e83fed94caf9334278c48b018aface598bf27d

doc/media_codec_doc.h
include/media_codec.h

index 03bed18..5899e57 100644 (file)
@@ -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
index 8e6aa3c..5899592 100644 (file)
@@ -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