remove empty directories from new melted project
[melted] / src / valerie / valerie_status.h
index 5da7497..769fbf3 100644 (file)
@@ -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;