Mercurial > hg > svcore
comparison data/fileio/MP3FileReader.cpp @ 523:3f68eab92857
* remove some output
author | Chris Cannam |
---|---|
date | Fri, 12 Dec 2008 15:33:28 +0000 |
parents | 76f6971c8433 |
children | 0a9e960fca53 |
comparison
equal
deleted
inserted
replaced
522:76f6971c8433 | 523:3f68eab92857 |
---|---|
423 struct mad_stream *stream, | 423 struct mad_stream *stream, |
424 struct mad_frame *) | 424 struct mad_frame *) |
425 { | 425 { |
426 DecoderData *data = (DecoderData *)dp; | 426 DecoderData *data = (DecoderData *)dp; |
427 | 427 |
428 fprintf(stderr, "decoding error 0x%04x (%s) at byte offset %lu\n", | 428 // fprintf(stderr, "decoding error 0x%04x (%s) at byte offset %lu\n", |
429 stream->error, mad_stream_errorstr(stream), | 429 // stream->error, mad_stream_errorstr(stream), |
430 (unsigned long)(stream->this_frame - data->start)); | 430 // (unsigned long)(stream->this_frame - data->start)); |
431 | 431 |
432 return MAD_FLOW_CONTINUE; | 432 return MAD_FLOW_CONTINUE; |
433 } | 433 } |
434 | 434 |
435 void | 435 void |