From 2f0f7df2e889a36da694d25ec393ccf7e2446d59 Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Mon, 10 Jun 2019 16:17:21 +0900 Subject: [PATCH] Fix Native API Reference doc error Change file permission 755 to 644 [Version] 0.1.12 [Issue Type] Fix typo error Change-Id: I57fd79b7502765027d016cc653c1280e68984086 --- AUTHORS | 0 CMakeLists.txt | 0 LICENSE.Apache-2.0 | 0 capi-media-video-util.pc.in | 0 include/video_util.h | 0 include/video_util_private.h | 0 include/video_util_type.h | 4 ++-- packaging/capi-media-video-util.spec | 0 src/video_util.c | 0 test/CMakeLists.txt | 0 10 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 AUTHORS mode change 100755 => 100644 CMakeLists.txt mode change 100755 => 100644 LICENSE.Apache-2.0 mode change 100755 => 100644 capi-media-video-util.pc.in mode change 100755 => 100644 include/video_util.h mode change 100755 => 100644 include/video_util_private.h mode change 100755 => 100644 include/video_util_type.h mode change 100755 => 100644 packaging/capi-media-video-util.spec mode change 100755 => 100644 src/video_util.c mode change 100755 => 100644 test/CMakeLists.txt 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 -- 2.34.1