AlexeyAB
2018-04-19 c2c8595b083ec3586a99bb913b8a986e81e3a42a
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;