summaryrefslogtreecommitdiff
path: root/src/rmd_encode_image_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_encode_image_buffer.c')
-rw-r--r--src/rmd_encode_image_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_encode_image_buffer.c b/src/rmd_encode_image_buffer.c
index cc819aa..a669155 100644
--- a/src/rmd_encode_image_buffer.c
+++ b/src/rmd_encode_image_buffer.c
@@ -119,5 +119,5 @@ void rmdSyncEncodeImageBuffer(ProgData *pdata, unsigned int n_frames)
pthread_mutex_unlock(&pdata->libogg_mutex);
}
- pdata->avd += pdata->frametime * n_frames;
+ pdata->avd += pdata->frametime_us * n_frames;
}
© All Rights Reserved