Remove sync request
[platform/core/multimedia/libmedia-thumbnail.git] / src / media-thumb-internal.c
index 9ada79e..0238d15 100755 (executable)
@@ -244,6 +244,7 @@ int _media_thumb_video(const char *origin_path, const char *thumb_path, int thum
                        thumb_err("Failed to get thumb size");
                        goto ERROR;
                }
+
                thumb_dbg("Origin:W[%d] H[%d] Proper:W[%d] H[%d]", width, height, thumb_width, thumb_height);
 
                err = mm_util_create_handle(&img, (unsigned char *)frame, width, height, size, MM_UTIL_IMG_FMT_RGB888);