diff options
author | phintuka <phintuka> | 2007-04-09 16:15:16 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-04-09 16:15:16 +0000 |
commit | 202098f8d55147fdfb96672b408b9aa3e128d32d (patch) | |
tree | 983ef9754f890c133f1ae9d9c4800e6d7cc7757a | |
parent | 1437e64cd6405a5fe96fa82bc85b335e3b5391e6 (diff) | |
download | xineliboutput-202098f8d55147fdfb96672b408b9aa3e128d32d.tar.gz xineliboutput-202098f8d55147fdfb96672b408b9aa3e128d32d.tar.bz2 |
New frame is already locked once ...
-rw-r--r-- | xine_frontend.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xine_frontend.c b/xine_frontend.c index b7037d4d..721ff3a6 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.34 2007-04-09 00:54:56 phintuka Exp $ + * $Id: xine_frontend.c,v 1.35 2007-04-09 16:15:16 phintuka Exp $ * */ @@ -1440,8 +1440,6 @@ static char *fe_grab(frontend_t *this_gen, int *size, int jpeg, frame->width, frame->height, frame->ratio, XINE_IMGFMT_YV12, VO_BOTH_FIELDS); - if(img) - img->lock(img); this->stream->xine->port_ticket->release(this->stream->xine->port_ticket, 0); if(!img) { |