summaryrefslogtreecommitdiff
path: root/src/rmd_rescue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_rescue.c')
-rw-r--r--src/rmd_rescue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_rescue.c b/src/rmd_rescue.c
index 82bb8df..dc5ca33 100644
--- a/src/rmd_rescue.c
+++ b/src/rmd_rescue.c
@@ -99,7 +99,7 @@ int rmdRescue(const char *path)
vblocks = malloc(sizeof(*vblocks) * (enc_data.yuv.y_width / Y_UNIT_WIDTH) *
(enc_data.yuv.y_height / Y_UNIT_WIDTH));
- pdata.frametime = 1000000 / pdata.args.fps;
+ pdata.frametime_us = 1000000 / pdata.args.fps;
pthread_mutex_init(&pdata.theora_lib_mutex, NULL);
pthread_mutex_init(&pdata.vorbis_lib_mutex, NULL);
© All Rights Reserved