Fix typo error in header file
[platform/core/api/video-util.git] / include / video_util.h
index 7190d81..1b474db 100755 (executable)
 * limitations under the License.
 */
 
-
 #ifndef __TIZEN_MEDIA_VIDEO_UTIL_H__
 #define __TIZEN_MEDIA_VIDEO_UTIL_H__
 
-
 #include <video_util_type.h>
 
-
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
@@ -306,7 +303,7 @@ int video_util_set_fps(video_util_h handle, int fps);
  * @see video_util_get_progress_transcoding()
  * @see video_util_cancel_transcoding()
  */
-int video_util_start_transcoding(video_util_h handle, unsigned long start, unsigned long duration, const char *out_path, video_util_transcoding_progress_cb progress_cb, video_util_transcoding_completed_cb completed_cb,void *user_data);
+int video_util_start_transcoding(video_util_h handle, unsigned long start, unsigned long duration, const char *out_path, video_util_transcoding_progress_cb progress_cb, video_util_transcoding_completed_cb completed_cb, void *user_data);
 
 /**
  * @brief Cancels transcoding the video for given video util handle.
@@ -337,7 +334,7 @@ int video_util_start_transcoding(video_util_h handle, unsigned long start, unsig
 int video_util_cancel_transcoding(video_util_h handle);
 
 /**
- * @brief Retreives the current position and duration of the video transcoding.
+ * @brief Retrieves the current position and duration of the video transcoding.
  * @since_tizen 2.3
 
  *
@@ -441,7 +438,6 @@ int video_util_foreach_supported_video_codec(video_util_h handle, video_util_sup
  */
 int video_util_foreach_supported_audio_codec(video_util_h handle, video_util_supported_audio_encoder_cb callback, void *user_data);
 
-
 /**
  * @}
  */
@@ -450,4 +446,4 @@ int video_util_foreach_supported_audio_codec(video_util_h handle, video_util_sup
 }
 #endif /* __cplusplus */
 
-#endif /*__TIZEN_MEDIA_VIDEO_UTIL_H__ */
+#endif /* __TIZEN_MEDIA_VIDEO_UTIL_H__ */