Alexey
2018-04-21 a2f3644e87c11c222f86aa2aeb0e31d858ebb024
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;