AlexeyAB
2018-04-18 eccfccdaf795d7c4d0cff1e884ebd62a8ca4ab7c
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;