X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fvalerie%2Fvalerie_status.h;h=2b77c7b27355dcc07ec936f2965a5eeb48ffa821;hb=2745c963dac1dfb56ea2eae8da5a3326d50875c3;hp=5da74971c0f01be4cabcf611b3c128d60ea97c12;hpb=80a5c8297b313b09add80814a637a71ba9e0fa05;p=melted diff --git a/src/valerie/valerie_status.h b/src/valerie/valerie_status.h index 5da7497..2b77c7b 100644 --- a/src/valerie/valerie_status.h +++ b/src/valerie/valerie_status.h @@ -21,6 +21,8 @@ #ifndef _VALERIE_STATUS_H_ #define _VALERIE_STATUS_H_ +#include "stdint.h" + #ifdef __cplusplus extern "C" { @@ -50,17 +52,17 @@ typedef struct int unit; unit_status status; char clip[ 2048 ]; - int64_t position; + int32_t position; int speed; double fps; - int64_t in; - int64_t out; - int64_t length; + int32_t in; + int32_t out; + int32_t length; char tail_clip[ 2048 ]; - int64_t tail_position; - int64_t tail_in; - int64_t tail_out; - int64_t tail_length; + int32_t tail_position; + int32_t tail_in; + int32_t tail_out; + int32_t tail_length; int seek_flag; int generation; int clip_index;