diff options
Diffstat (limited to 'vdr_decoder_mp3.c')
-rw-r--r-- | vdr_decoder_mp3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr_decoder_mp3.c b/vdr_decoder_mp3.c index 754ab39..2ad6bc3 100644 --- a/vdr_decoder_mp3.c +++ b/vdr_decoder_mp3.c @@ -60,8 +60,7 @@ mgMP3Decoder::mgMP3Decoder (mgContentItem * item, bool preinit):mgDecoder m_stream = 0; m_isStream = false; - m_filename = the_setup.getFilename( item->getSourceFile () ); - // m_filename = item->getSourceFile (); + m_filename = item->getSourceFile (); if (preinit) { @@ -102,6 +101,7 @@ mgMP3Decoder::init () m_playtime = mad_timer_zero; m_skiptime = mad_timer_zero; m_framenum = m_framemax = 0; + m_frameinfo = 0; m_mute = m_errcount = 0; } |