Merge branch 'tizen_3.0' into tizen
[platform/core/api/image-util.git] / include / image_util_private.h
index a339aa7..eef9732 100755 (executable)
@@ -129,12 +129,9 @@ typedef struct {
        decode_cb_s *_decode_cb;
        encode_cb_s *_encode_cb;
 
-       /* for multi instance */
-       GCond thread_cond;
-       GMutex thread_mutex;
+       /* for async */
        GThread *thread;
-
-       bool is_finish;
+       GAsyncQueue *async_queue;
 } decode_encode_s;
 
 /**