fix many compile warnings

This commit is contained in:
niels
2014-12-21 17:05:25 +01:00
parent 9b4391bc79
commit c31f40fcdf
60 changed files with 110 additions and 474 deletions

View File

@@ -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];