Alexey
2018-04-26 5e3dcb6f34868e341466b57b13ad63f86b337250
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;