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