AlexeyAB
2018-04-17 9f2dbfa7df981d41c070261c4b9a8a875b290203
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;