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