summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-10-08 02:32:04 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-10-08 02:32:04 +0000
commit27b806d47a9255561e2cebe33ff6106118a0ca14 (patch)
tree948bbbac195705af29a6075f2a13750547edf319 /src
parent2d6c8c89670f941da58cee9aa1e2469c0e2bfb42 (diff)
downloadxine-lib-27b806d47a9255561e2cebe33ff6106118a0ca14.tar.gz
xine-lib-27b806d47a9255561e2cebe33ff6106118a0ca14.tar.bz2
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
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/video_out.c7
1 files changed, 1 insertions, 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 */