AlexeyAB
2018-04-19 5d616450a43f4b5fdf130f57cdaab105cf2563e2
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;