mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-16 04:40:11 +01:00
fix many compile warnings
This commit is contained in:
@@ -235,7 +235,7 @@ void _lumamagick_divide(VJFrame *frame, VJFrame *frame2, int width,
|
||||
{
|
||||
unsigned int i;
|
||||
const unsigned int len = width * height;
|
||||
int a, b, c;
|
||||
int b, c;
|
||||
const double opacity_a = op_a * 0.01;
|
||||
const double opacity_b = op_b * 0.01;
|
||||
uint8_t *Y = frame->data[0];
|
||||
|
||||
Reference in New Issue
Block a user