consumer read ahead and int32_t migration
[melted] / src / valerie / valerie_status.h
index f20dcff..2b77c7b 100644 (file)
@@ -52,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;