From: Sejun Park Date: Thu, 17 Jan 2019 08:34:42 +0000 (+0900) Subject: fixed typo X-Git-Tag: submit/tizen/20190122.054529^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b8fe3e95c2f9d55055329613cb1353a028a498e;p=platform%2Fcore%2Fapi%2Fmediacodec.git fixed typo Change-Id: If48dd381aae4d820b2b9a79fbe78919d4abbe9bb --- diff --git a/include/media_codec.h b/include/media_codec.h index 5626215..fd6da1e 100755 --- a/include/media_codec.h +++ b/include/media_codec.h @@ -157,8 +157,8 @@ typedef void (*mediacodec_input_buffer_used_cb)(media_packet_h packet, void *use typedef void (*mediacodec_output_buffer_available_cb)(media_packet_h packet, void *user_data); /** - * @brief Called when the error has occured. - * @details It will be invoked when the error has occured. + * @brief Called when the error has occurred. + * @details It will be invoked when the error has occurred. * Following error codes can be delivered. * #MEDIACODEC_ERROR_INTERNAL, * #MEDIACODEC_ERROR_INVALID_STREAM, @@ -167,7 +167,7 @@ typedef void (*mediacodec_output_buffer_available_cb)(media_packet_h packet, voi * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @param[in] error The error code * @param[in] user_data The user data passed from the callback registration function - * @pre It will be invoked when the error has occured if you register this callback using mediacodec_set_error_cb(). + * @pre It will be invoked when the error has occurred if you register this callback using mediacodec_set_error_cb(). * @see mediacodec_set_error_cb() * @see mediacodec_unset_error_cb() */