From: Gilbok Lee Date: Mon, 10 Jun 2019 07:17:21 +0000 (+0900) Subject: Fix Native API Reference doc error X-Git-Tag: submit/tizen_5.0/20190611.085810^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f0f7df2e889a36da694d25ec393ccf7e2446d59;p=platform%2Fcore%2Fapi%2Fvideo-util.git Fix Native API Reference doc error Change file permission 755 to 644 [Version] 0.1.12 [Issue Type] Fix typo error Change-Id: I57fd79b7502765027d016cc653c1280e68984086 --- diff --git a/AUTHORS b/AUTHORS old mode 100755 new mode 100644 diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/LICENSE.Apache-2.0 b/LICENSE.Apache-2.0 old mode 100755 new mode 100644 diff --git a/capi-media-video-util.pc.in b/capi-media-video-util.pc.in old mode 100755 new mode 100644 diff --git a/include/video_util.h b/include/video_util.h old mode 100755 new mode 100644 diff --git a/include/video_util_private.h b/include/video_util_private.h old mode 100755 new mode 100644 diff --git a/include/video_util_type.h b/include/video_util_type.h old mode 100755 new mode 100644 index af8eb98..982a49c --- a/include/video_util_type.h +++ b/include/video_util_type.h @@ -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, diff --git a/packaging/capi-media-video-util.spec b/packaging/capi-media-video-util.spec old mode 100755 new mode 100644 diff --git a/src/video_util.c b/src/video_util.c old mode 100755 new mode 100644 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt old mode 100755 new mode 100644