From 103c9964e7b2c81a2d7c073a92c46ee3d2b046d1 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 22 May 2001 23:07:49 +0000 Subject: small bugfixes, more debugging output CVS patchset: 77 CVS date: 2001/05/22 23:07:49 --- src/xine-engine/video_decoder.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/video_decoder.c') diff --git a/src/xine-engine/video_decoder.c b/src/xine-engine/video_decoder.c index e24d4ad4b..ebf38ded2 100644 --- a/src/xine-engine/video_decoder.c +++ b/src/xine-engine/video_decoder.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_decoder.c,v 1.11 2001/05/01 00:55:23 guenter Exp $ + * $Id: video_decoder.c,v 1.12 2001/05/22 23:07:49 guenter Exp $ * */ @@ -37,8 +37,12 @@ void *video_decoder_loop (void *this_gen) { while (running) { + printf ("video_decoder: get buffer\n"); + buf = this->video_fifo->get (this->video_fifo); + printf ("video_decoder: processing buffer\n"); + /* gVD.mnCurInputPos = pBuf->nInputPos; */ switch (buf->type) { -- cgit v1.2.3