diff options
author | Gilbok Lee <gilbok.lee@samsung.com> | 2019-06-10 16:17:21 +0900 |
---|---|---|
committer | Gilbok Lee <gilbok.lee@samsung.com> | 2019-06-11 14:04:51 +0900 |
commit | 2f0f7df2e889a36da694d25ec393ccf7e2446d59 (patch) | |
tree | 16ab34574e24afc267333e9de92e07344cdfe217 | |
parent | fa2b72ce350b2b7f29657b9a6bb997aaa52ef37d (diff) | |
download | video-util-accepted/tizen_5.0_unified.tar.gz video-util-accepted/tizen_5.0_unified.tar.bz2 video-util-accepted/tizen_5.0_unified.zip |
Fix Native API Reference doc errorsubmit/tizen_5.0/20190611.085810accepted/tizen/5.0/unified/20190613.011840accepted/tizen_5.0_unified
Change file permission 755 to 644
[Version] 0.1.12
[Issue Type] Fix typo error
Change-Id: I57fd79b7502765027d016cc653c1280e68984086
-rw-r--r--[-rwxr-xr-x] | AUTHORS | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | CMakeLists.txt | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | LICENSE.Apache-2.0 | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | capi-media-video-util.pc.in | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | include/video_util.h | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | include/video_util_private.h | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | include/video_util_type.h | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | packaging/capi-media-video-util.spec | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/video_util.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | test/CMakeLists.txt | 0 |
10 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ce8603..5ce8603 100755..100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt diff --git a/LICENSE.Apache-2.0 b/LICENSE.Apache-2.0 index 29f81d8..29f81d8 100755..100644 --- a/LICENSE.Apache-2.0 +++ b/LICENSE.Apache-2.0 diff --git a/capi-media-video-util.pc.in b/capi-media-video-util.pc.in index 1508489..1508489 100755..100644 --- a/capi-media-video-util.pc.in +++ b/capi-media-video-util.pc.in diff --git a/include/video_util.h b/include/video_util.h index e6af298..e6af298 100755..100644 --- a/include/video_util.h +++ b/include/video_util.h diff --git a/include/video_util_private.h b/include/video_util_private.h index 31b1c67..31b1c67 100755..100644 --- a/include/video_util_private.h +++ b/include/video_util_private.h diff --git a/include/video_util_type.h b/include/video_util_type.h index af8eb98..982a49c 100755..100644 --- 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 index f22bc85..f22bc85 100755..100644 --- a/packaging/capi-media-video-util.spec +++ b/packaging/capi-media-video-util.spec diff --git a/src/video_util.c b/src/video_util.c index fccfd68..fccfd68 100755..100644 --- a/src/video_util.c +++ b/src/video_util.c diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b659e39..b659e39 100755..100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt |