kopia lustrzana https://github.com/jamescoxon/dl-fldigi
rodzic
f472a17646
commit
ea189427d4
|
|
@ -81,7 +81,7 @@ void ifkp_correct_video()
|
||||||
for (int col = 0; col < W; col++) {
|
for (int col = 0; col < W; col++) {
|
||||||
colptr = ifkp::IMAGEspp*col;
|
colptr = ifkp::IMAGEspp*col;
|
||||||
for (int rgb = 0; rgb < 3; rgb++) {
|
for (int rgb = 0; rgb < 3; rgb++) {
|
||||||
index = ratio*(rowptr + colptr + 10*W*rgb);
|
index = ratio*(rowptr + colptr + ifkp::IMAGEspp*W*rgb);
|
||||||
index += RAWSTART - ifkp::IMAGEspp*ifkp_pixelptr;
|
index += RAWSTART - ifkp::IMAGEspp*ifkp_pixelptr;
|
||||||
if (index < 2) index = 2;
|
if (index < 2) index = 2;
|
||||||
if (index > RAWSIZE - 2) index = RAWSIZE - 2;
|
if (index > RAWSIZE - 2) index = RAWSIZE - 2;
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue