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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rmd_encode_image_buffer.c b/src/rmd_encode_image_buffer.c
index 5b08620..bfb3888 100644
--- a/src/rmd_encode_image_buffer.c
+++ b/src/rmd_encode_image_buffer.c
@@ -77,10 +77,6 @@ void *rmdEncodeImageBuffer(ProgData *pdata) {
pthread_mutex_unlock(&pdata->libogg_mutex);
}
- pthread_mutex_lock(&pdata->avd_mutex);
- pdata->avd += pdata->frametime * n_frames;
- pthread_mutex_unlock(&pdata->avd_mutex);
-
last_encode_frameno = encode_frameno;
}
© All Rights Reserved