diff options
-rw-r--r-- | xine/demux_xvdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xine/demux_xvdr.c b/xine/demux_xvdr.c index ec3e7a23..533fb40b 100644 --- a/xine/demux_xvdr.c +++ b/xine/demux_xvdr.c @@ -574,7 +574,7 @@ static void demux_xvdr_parse_ts (demux_xvdr_t *this, buf_element_t *buf) if (ts_parse_pmt(&ts_data->pmt, ts_data->program_number, buf->content)) { /* PMT changed, reset ts->es converters */ - LOGMSG("PMT changed, resetting demuxer"); + LOGDBG("PMT changed, resetting demuxer"); ts_data_ts2es_init(&ts_data, this->stream->video_fifo, this->stream->audio_fifo); this->video_type = (ts_data->pmt.video_type == ISO_14496_PART10_VIDEO) ? |