AlexeyAB
2018-04-23 3df335bb50f890b12fa1a9965e91b0cf46d7902c
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;