mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
parent
61bfc2ed5d
commit
121abce408
@ -53,7 +53,7 @@ void ImageResampler::processImage(const uint8_t * data, int width, int height, i
|
||||
int xDestStart {0};
|
||||
int xDestEnd = {outputWidth-1};
|
||||
int yDestStart = {0};
|
||||
int yDestEnd = {outputWidth-1};
|
||||
int yDestEnd = {outputHeight-1};
|
||||
|
||||
switch (_flipMode)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user