diff options
-rw-r--r-- | src/demuxers/demux_ogg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c index 2c06f14ca..4eacf7070 100644 --- a/src/demuxers/demux_ogg.c +++ b/src/demuxers/demux_ogg.c @@ -239,7 +239,7 @@ static int read_ogg_packet (demux_ogg_t *this) { bytes = this->input->read(this->input, buffer, CHUNKSIZE); if (bytes == 0) { if (total == 0) { - printf("read_ogg_packet read nothing\n"); + lprintf("read_ogg_packet read nothing\n"); return 0; } break; |