From: raster Date: Sun, 6 Nov 2011 09:27:28 +0000 (+0000) Subject: add warning on decc X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~617 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b5b3ebc9875eaaaf9f7d50ebe1a660ccafd8ddd;p=profile%2Fivi%2Fedje.git add warning on decc git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@64807 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_decc.c b/src/bin/edje_decc.c index 2c32c19..1b79e13 100644 --- a/src/bin/edje_decc.c +++ b/src/bin/edje_decc.c @@ -104,6 +104,9 @@ main(int argc, char **argv) if (!decomp()) return -1; output(); + printf("WARNING! If any Image or audio data was encoded in a LOSSY way, then\n" + "re-encoding will drop quality even more. You need access to the original\n" + "data to ensure no loss of quality.\n"); eet_close(ef); edje_shutdown(); eina_log_domain_unregister(_edje_cc_log_dom);