Modify parameters in encoding APIs have been changed from mm_image_info_s to mm_util_...
[platform/core/multimedia/libmm-utility.git] / bmp / include / mm_util_bmp.h
index 31cb4c8..628bd0f 100755 (executable)
@@ -29,8 +29,8 @@ extern "C" {
 
 int mm_util_decode_from_bmp_file(const char *file_path, mm_util_image_h *decoded);
 int mm_util_decode_from_bmp_memory(void *memory, const size_t src_size, mm_util_image_h *decoded);
-int mm_util_encode_bmp_to_file(mm_image_info_s * decoded, const char *filename);
-int mm_util_encode_bmp_to_memory(mm_image_info_s *decoded, void **buffer, size_t *size);
+int mm_util_encode_bmp_to_file(mm_util_image_h decoded, const char *file_path);
+int mm_util_encode_bmp_to_memory(mm_util_image_h decoded, void **buffer, size_t *size);
 
 #ifdef __cplusplus
 }