From 4bbc76ee6c8d0131b4b9ae7ea393846ec1f736e1 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 28 Apr 2003 23:52:27 +0000 Subject: do not show backup immediately when discarding frames CVS patchset: 4704 CVS date: 2003/04/28 23:52:27 --- src/xine-engine/video_out.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index c82ca2e7f..92dc8bbfb 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.153 2003/04/23 14:33:02 miguelfreitas Exp $ + * $Id: video_out.c,v 1.154 2003/04/28 23:52:27 miguelfreitas Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -558,8 +558,6 @@ static void expire_frames (vos_t *this, int64_t cur_vpts) { if (!this->img_backup) { this->img_backup = img; - - this->redraw_needed = 1; } else { vo_frame_dec_lock( img ); } -- cgit v1.2.3