Remove unused parameter 51/190851/1
authorhj kim <backto.kim@samsung.com>
Mon, 8 Oct 2018 03:50:16 +0000 (12:50 +0900)
committerhj kim <backto.kim@samsung.com>
Mon, 8 Oct 2018 03:50:16 +0000 (12:50 +0900)
Change-Id: I241174c0a9834523e712cc589a319da5a931a993

include/image_util_private.h

index ea23b52..d681e0c 100755 (executable)
@@ -99,13 +99,13 @@ typedef gboolean(*ModuleFunc)(void *, int, int, unsigned char *, unsigned char *
 
 typedef struct {
        void *user_data;
-       media_packet_h dst;
+//     media_packet_h dst;
        image_util_transform_completed_cb completed_cb;
 } image_util_cb_s;
 
 typedef struct {
-       media_packet_h src;
-       media_packet_h dst;
+       //media_packet_h src;
+       //media_packet_h dst;
 //     image_util_colorspace_e colorspace; dst_format
 //     image_util_rotation_e dest_rotation;
 //     void *image_h;