From 3f731a72bfbdf89d6435e00e7efbefe58cf8d7f3 Mon Sep 17 00:00:00 2001 From: Andreas Heinchen Date: Mon, 7 Jul 2003 19:36:50 +0000 Subject: removed call to removed funtion CVS patchset: 5134 CVS date: 2003/07/07 19:36:50 --- src/libtheora/xine_decoder.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/libtheora/xine_decoder.c b/src/libtheora/xine_decoder.c index 681d44be5..120ba0867 100644 --- a/src/libtheora/xine_decoder.c +++ b/src/libtheora/xine_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: xine_decoder.c,v 1.9 2003/06/19 20:07:48 heinchen Exp $ + * $Id: xine_decoder.c,v 1.10 2003/07/07 19:36:50 heinchen Exp $ * * xine decoder plugin using libtheora * @@ -131,7 +131,6 @@ static int collect_data (theora_decoder_t *this, buf_element_t *buf ) { if ( this->done != this->op.bytes ) { printf ("libtheora: A packet changed its size during transfer - rejected\n"); printf (" size %d should be %ld\n", this->done , this->op.bytes); - show_op_stats(this); this->op.bytes=this->done; } return 1; -- cgit v1.2.3