AlexeyAB
2018-04-18 6056b835eb76b8a078aab18db3e7aba87314f4ce
src/image.h
@@ -9,8 +9,8 @@
#include "box.h"
typedef struct {
    int h;
    int w;
   int w;
   int h;
    int c;
    float *data;
} image;