AlexeyAB
2018-04-21 e18a303d1c17acd30c21162826c554ee770cf35a
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;