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