Merge branch 'master' into mediafoundation

This commit is contained in:
Paulchen Panther
2021-01-31 13:46:36 +01:00
committed by GitHub
20 changed files with 204 additions and 108 deletions

View File

@@ -36,7 +36,7 @@ void ImageResampler::processImage(const uint8_t * data, int width, int height, i
cropRight = width >> 1;
break;
case VideoMode::VIDEO_3DTAB:
cropBottom = width >> 1;
cropBottom = height >> 1;
break;
default:
break;