Remove 64-bit build error 54/84354/1 accepted/tizen/common/20160818.144353 accepted/tizen/ivi/20160818.231823 accepted/tizen/mobile/20160818.231648 accepted/tizen/tv/20160818.231754 accepted/tizen/wearable/20160818.231722 submit/tizen/20160818.052348
authorJiyong Min <jiyong.min@samsung.com>
Thu, 18 Aug 2016 07:22:52 +0000 (16:22 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Thu, 18 Aug 2016 07:23:50 +0000 (16:23 +0900)
Change-Id: I455b1647d8e74e36e383faa1ee10b6201a70e90f
Signed-off-by: jiyong min <jiyong.min@samsung.com>
test/image_util_test.c

index fcb1604..2064eb7 100755 (executable)
@@ -171,7 +171,7 @@ bool test_transform_completed_cb(media_packet_h *packet, image_util_error_e erro
                                _signal();
                                return FALSE;
                        }
-                       g_printf("dst: %p [%llu] \n", dst, size);
+                       //g_printf("dst: %p [%llu] \n", dst, size);
                        fwrite(dst, 1, size, fpout);
                        g_printf("FREE \n");
                        fclose(fpout);