summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilbok Lee <gilbok.lee@samsung.com>2019-06-10 16:17:21 +0900
committerGilbok Lee <gilbok.lee@samsung.com>2019-06-11 14:04:51 +0900
commit2f0f7df2e889a36da694d25ec393ccf7e2446d59 (patch)
tree16ab34574e24afc267333e9de92e07344cdfe217
parentfa2b72ce350b2b7f29657b9a6bb997aaa52ef37d (diff)
downloadvideo-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
Change file permission 755 to 644 [Version] 0.1.12 [Issue Type] Fix typo error Change-Id: I57fd79b7502765027d016cc653c1280e68984086
-rw-r--r--[-rwxr-xr-x]AUTHORS0
-rw-r--r--[-rwxr-xr-x]CMakeLists.txt0
-rw-r--r--[-rwxr-xr-x]LICENSE.Apache-2.00
-rw-r--r--[-rwxr-xr-x]capi-media-video-util.pc.in0
-rw-r--r--[-rwxr-xr-x]include/video_util.h0
-rw-r--r--[-rwxr-xr-x]include/video_util_private.h0
-rw-r--r--[-rwxr-xr-x]include/video_util_type.h4
-rw-r--r--[-rwxr-xr-x]packaging/capi-media-video-util.spec0
-rw-r--r--[-rwxr-xr-x]src/video_util.c0
-rw-r--r--[-rwxr-xr-x]test/CMakeLists.txt0
10 files changed, 2 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 80e2e9f..80e2e9f 100755..100644
--- a/AUTHORS
+++ b/AUTHORS
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