mirror of
https://github.com/eddyem/astrovideoguide_v3.git
synced 2026-03-22 01:31:25 +03:00
some bugs fixed
This commit is contained in:
@@ -33,6 +33,12 @@ OMP_FOR()
|
||||
for(int y = 1; y < h; y++)
|
||||
#endif
|
||||
{
|
||||
#ifdef IM_UP
|
||||
int y = 0;
|
||||
#endif
|
||||
#ifdef IM_DOWN
|
||||
int y = h;
|
||||
#endif
|
||||
uint8_t *iptr = &image[W0*y];
|
||||
uint8_t *optr = &ret[W0*y];
|
||||
uint8_t p = DIL[*iptr]
|
||||
|
||||
Reference in New Issue
Block a user