mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 05:10:00 +01:00
fix many compile warnings
This commit is contained in:
@@ -57,7 +57,6 @@ void iris_apply( VJFrame *frame, VJFrame *frame2, int width, int height, int val
|
||||
{
|
||||
int i,j,k=0;
|
||||
int len = (width * height);
|
||||
int uv_len = frame->uv_len;
|
||||
|
||||
uint8_t *Y0 = frame->data[0];
|
||||
uint8_t *Cb0 = frame->data[1];
|
||||
|
||||
Reference in New Issue
Block a user