From 2a6944aa21b4184d8174b74d9c0fbff807c16c4e Mon Sep 17 00:00:00 2001 From: Rich J Wareham Date: Fri, 14 Sep 2001 21:25:55 +0000 Subject: Added some stuff to make still-frame menus work a bit better, allowed events for UI to find language of audio/spu track CVS patchset: 636 CVS date: 2001/09/14 21:25:55 --- src/xine-engine/video_out.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/xine-engine/video_out.c') diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 368f06a58..ad8887e26 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.c,v 1.45 2001/09/12 19:50:41 guenter Exp $ + * $Id: video_out.c,v 1.46 2001/09/14 21:25:55 richwareham Exp $ * */ @@ -183,8 +183,9 @@ static void *video_out_loop (void *this_gen) { vo_set_timer (video_step); - while (this->video_loop_running) { - + while ((this->video_loop_running) || + (!this->video_loop_running && this->display_img_buf_queue->first)) { + /* sigwait(&vo_mask, &dummysignum); */ /* wait for next timer tick */ pause (); -- cgit v1.2.3