From 27b806d47a9255561e2cebe33ff6106118a0ca14 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 8 Oct 2003 02:32:04 +0000 Subject: this test is outdated: it is legal to lock the frame multiple times, not necessarily due to displaying it. CVS patchset: 5468 CVS date: 2003/10/08 02:32:04 --- src/xine-engine/video_out.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 5c8b12c82..d4d712dfc 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.172 2003/10/06 21:52:45 miguelfreitas Exp $ + * $Id: video_out.c,v 1.173 2003/10/08 02:32:04 miguelfreitas Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -388,11 +388,6 @@ static int vo_frame_draw (vo_frame_t *img, xine_stream_t *stream) { diff, cur_vpts, frames_to_skip); #endif - if (img->lock_counter > 1) { - printf ("video_out: ALERT! frame is already locked for displaying\n"); - return frames_to_skip; - } - if (!img->bad_frame) { /* do not call copy() for frames that will be dropped */ -- cgit v1.2.3