mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Merge branch 'master' into mediafoundation
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user