evas yuv convert - fix unused increments

this removes useless yp1 += and yop2 += as they are SET int he loop.
this fixes 1367510 and 1367511
This commit is contained in:
Carsten Haitzler 2017-02-08 21:07:21 +09:00
parent 020535eea1
commit a84370fcd8
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}