metadata little change

This commit is contained in:
tth
2022-03-20 15:53:49 +01:00
parent 039d4cb77b
commit be48fc6e84
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 174
#define FIMG_VERSION 175
/*
* in memory descriptor
@@ -37,6 +37,7 @@ typedef struct {
int32_t count;
float fval;
char idcam[32];
int32_t origin; // enum ?
} FimgMetaData;
/*
* we MUST look at packing and endianess problems NOW */