Fix Native API Reference doc error
[platform/core/api/video-util.git] / include / video_util_type.h
old mode 100755 (executable)
new mode 100644 (file)
index af8eb98..982a49c
@@ -151,7 +151,7 @@ typedef bool (*video_util_supported_file_format_cb)(video_util_file_format_e for
  * @brief Called iteratively to notify you of supported video codec.
  * @since_tizen 2.3
  *
- * @param[in] format The codec of video
+ * @param[in] codec The codec of video
  * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,
@@ -166,7 +166,7 @@ typedef bool (*video_util_supported_video_encoder_cb)(video_util_video_codec_e c
  * @brief Called iteratively to notify you about the supported audio codec.
  * @since_tizen 2.3
  *
- * @param[in] format The codec of audio
+ * @param[in] codec The codec of audio
  * @param[in] user_data The user data passed from the foreach function
  *
  * @return @c true to continue with the next iteration of the loop,