evas_convert_colorspace: Remove printf in e_c_convert_yuv_422_601_to()

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
This commit is contained in:
Daniel Willmann 2013-06-26 18:41:32 +01:00
parent 2df506feed
commit f24dea2a90
1 changed files with 0 additions and 2 deletions

View File

@ -105,8 +105,6 @@ evas_common_convert_yuv_422_601_to(void *data, int w, int h, Evas_Colorspace csp
{
void *dst;
fprintf(stderr, "to argb888\n");
dst = malloc(sizeof (unsigned int) * w * h);
if (!dst) return NULL;