From c654c67c6ee263bff3be6812da554f18f13e07ee Mon Sep 17 00:00:00 2001 From: "jiyong.min" Date: Thu, 2 Mar 2023 11:12:14 +0900 Subject: [PATCH] Fix typo Change-Id: I1dc8b69700f967bd0b175be8e65ea14120453bfd --- src/media-thumbnail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/media-thumbnail.c b/src/media-thumbnail.c index 4671f82..b66af36 100755 --- a/src/media-thumbnail.c +++ b/src/media-thumbnail.c @@ -92,7 +92,7 @@ static int __get_video_meta(int cdis_value, const char *path, int *video_track_n void *_frame = NULL; if (cdis_value == 1) { - thumb_warn("This is CDIS vlaue 1"); + thumb_warn("This is CDIS value 1"); err = mm_file_create_content_attrs_safe(&content, path); } else { err = mm_file_create_content_attrs(&content, path); @@ -426,7 +426,7 @@ static mm_util_rotate_type_e __get_image_orientation(const char *path) /* exif orientation * 0 - not available, 1- normal, 2 - hflip, 3 - rot_180, - * 4 - vflip, 5 - tranpose, 6 - rot_90, 7 - transverse, 8 - rot_270 + * 4 - vflip, 5 - transpose, 6 - rot_90, 7 - transverse, 8 - rot_270 */ switch (orientation) { case 3: -- 2.7.4