diff --git a/src/lib/evas/common/evas_convert_yuv.c b/src/lib/evas/common/evas_convert_yuv.c index 9d2e8fff17..d199ec5aa5 100644 --- a/src/lib/evas/common/evas_convert_yuv.c +++ b/src/lib/evas/common/evas_convert_yuv.c @@ -1648,8 +1648,6 @@ _evas_nv12torgb_raster(unsigned char **yuv, unsigned char *rgb, int w, int h) /* jump one line */ dp1 += sizeof (int) * w; dp2 += sizeof (int) * w; - yp1 += w; - yp2 += w; } }