summaryrefslogtreecommitdiff
path: root/xine_post_atmo.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_post_atmo.c')
-rw-r--r--xine_post_atmo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xine_post_atmo.c b/xine_post_atmo.c
index 751d8f5..6203acd 100644
--- a/xine_post_atmo.c
+++ b/xine_post_atmo.c
@@ -792,6 +792,7 @@ static void *atmo_grab_loop (void *this_gen) {
/* grab displayed video frame */
frame->timeout = GRAB_TIMEOUT;
+ frame->continuous = 1;
frame->width = analyze_width;
frame->height = analyze_height;
if (!(rc = xine_port_send_gui_data(video_port, XINE_GUI_SEND_GRAB_FRAME, frame))) {