AlexeyAB
2018-04-24 15139eb6abd3c6c05a4046b5ac917de42c678827
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;