diff options
Diffstat (limited to 'src/input/strict_scr.h')
-rw-r--r-- | src/input/strict_scr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/strict_scr.h b/src/input/strict_scr.h index 934060c4c..39d8bb8bf 100644 --- a/src/input/strict_scr.h +++ b/src/input/strict_scr.h @@ -29,7 +29,7 @@ typedef struct strictscr_s { scr_plugin_t scr; struct timeval cur_time; - uint32_t cur_pts; + int64_t cur_pts; double speed_factor; int adjustable; |