diff options
author | Daniel Willmann <d.willmann@samsung.com> | 2013-06-26 18:41:32 +0100 |
---|---|---|
committer | Daniel Willmann <d.willmann@samsung.com> | 2013-06-26 18:53:08 +0100 |
commit | f24dea2a90e7edcd64013af39bb7a0832334d1ed (patch) | |
tree | 5ba66dce8a1014f0c03f7bea0cacf1044fec43c0 /src/lib/evas/common | |
parent | 2df506feed9cc0590d635752353f9eb11e1911e6 (diff) |
evas_convert_colorspace: Remove printf in e_c_convert_yuv_422_601_to()
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Diffstat (limited to 'src/lib/evas/common')
-rw-r--r-- | src/lib/evas/common/evas_convert_colorspace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/evas/common/evas_convert_colorspace.c b/src/lib/evas/common/evas_convert_colorspace.c index 6112a39ee6..c12952ada8 100644 --- a/src/lib/evas/common/evas_convert_colorspace.c +++ b/src/lib/evas/common/evas_convert_colorspace.c | |||
@@ -105,8 +105,6 @@ evas_common_convert_yuv_422_601_to(void *data, int w, int h, Evas_Colorspace csp | |||
105 | { | 105 | { |
106 | void *dst; | 106 | void *dst; |
107 | 107 | ||
108 | fprintf(stderr, "to argb888\n"); | ||
109 | |||
110 | dst = malloc(sizeof (unsigned int) * w * h); | 108 | dst = malloc(sizeof (unsigned int) * w * h); |
111 | if (!dst) return NULL; | 109 | if (!dst) return NULL; |
112 | 110 | ||