diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-11-10 20:33:29 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-11-11 23:55:52 -0800 |
commit | 72a0ce71285034853c1720b738db348fdcec5228 (patch) | |
tree | a0a368319fad24d6757d7af458b8884f07c5f0f8 /src/rmd_encode_image_buffer.c | |
parent | 371ad8abf4494837a77ab6c443c0d534652e3dbd (diff) |
*: add _us suffixes to {frame,period}time names
Make the names reflect their units of microseconds
Diffstat (limited to 'src/rmd_encode_image_buffer.c')
-rw-r--r-- | src/rmd_encode_image_buffer.c | 2 |
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; } |