summaryrefslogtreecommitdiff
path: root/vdr_decoder_ogg.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdr_decoder_ogg.c')
-rw-r--r--vdr_decoder_ogg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vdr_decoder_ogg.c b/vdr_decoder_ogg.c
index 24d253d..96c44cf 100644
--- a/vdr_decoder_ogg.c
+++ b/vdr_decoder_ogg.c
@@ -239,8 +239,7 @@ mgOggFile::stream (short *buffer, int samples)
mgOggDecoder::mgOggDecoder (mgContentItem * item):mgDecoder (item)
{
- // m_filename = item->getSourceFile ();
- m_filename = the_setup.getFilename( item->getSourceFile () );
+ m_filename = item->getSourceFile ();
m_file = new mgOggFile (m_filename);
m_pcm = 0;
init ();