Fix Native API Reference doc error 26/207626/2 accepted/tizen/unified/20190611.050156 submit/tizen/20190610.232605
authorGilbok Lee <gilbok.lee@samsung.com>
Mon, 10 Jun 2019 07:17:21 +0000 (16:17 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Mon, 10 Jun 2019 07:40:03 +0000 (16:40 +0900)
Change file permission 755 to 644

[Version] 0.1.12
[Issue Type] Fix typo error

Change-Id: I57fd79b7502765027d016cc653c1280e68984086

AUTHORS [changed mode: 0755->0644]
CMakeLists.txt [changed mode: 0755->0644]
LICENSE.Apache-2.0 [changed mode: 0755->0644]
capi-media-video-util.pc.in [changed mode: 0755->0644]
include/video_util.h [changed mode: 0755->0644]
include/video_util_private.h [changed mode: 0755->0644]
include/video_util_type.h [changed mode: 0755->0644]
packaging/capi-media-video-util.spec [changed mode: 0755->0644]
src/video_util.c [changed mode: 0755->0644]
test/CMakeLists.txt [changed mode: 0755->0644]

diff --git a/AUTHORS b/AUTHORS
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
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,
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)