diff options
Diffstat (limited to 'src/rmd_get_frame.c')
-rw-r--r-- | src/rmd_get_frame.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rmd_get_frame.c b/src/rmd_get_frame.c index 9524333..1a5f4d0 100644 --- a/src/rmd_get_frame.c +++ b/src/rmd_get_frame.c @@ -262,6 +262,12 @@ static void rmdBlocksFromList( RectArea **root, } } +/* This thread just samples the recorded window in response to rmdTimer's + * triggers, updating the yuv buffer hopefully at the desired frame rate. + * Following every update, the time_frameno is propogated to capture_frameno + * and image_buffer_ready is signaled for the cache/encode side to consume the + * yuv buffer. + */ void *rmdGetFrame(ProgData *pdata) { int blocks_w = pdata->enc_data->yuv.y_width / Y_UNIT_WIDTH, |