hphd demosaic : left quarter is not demosaiced correctly, fixes #3485

This commit is contained in:
heckflosse
2016-10-27 13:40:30 +02:00
parent 2a2dd2af8b
commit 3a346d919d

View File

@@ -521,10 +521,6 @@ void RawImageSource::hphd_demosaic ()
plistener->setProgress (0.33);
}
for (int i = 0; i < H; i++) {
memset(hpmap[i], 0, W * sizeof(char));
}
#ifdef _OPENMP
#pragma omp parallel
{