aboutsummaryrefslogtreecommitdiff
path: root/lib/service
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-08-26 12:23:37 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-08-26 12:23:37 +0000
commit4c4eb6e44cfd920cf26155ec7303441c27e5ab31 (patch)
treec136ac99e06aa601dea5acd10b6daa694553f684 /lib/service
parent225ccab242e6bef2cda3d2db15f22ea9a5343936 (diff)
downloadenigma2-4c4eb6e44cfd920cf26155ec7303441c27e5ab31.tar.gz
enigma2-4c4eb6e44cfd920cf26155ec7303441c27e5ab31.zip
fix audiotype
Diffstat (limited to 'lib/service')
-rw-r--r--lib/service/servicedvb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index 582e3f39..43a78bb4 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -1745,7 +1745,7 @@ int eDVBServicePlay::selectAudioStream(int i)
if (((unsigned int)stream) < program.audioStreams.size())
{
apid = program.audioStreams[stream].pid;
- apidtype = apidtype;
+ apidtype = program.audioStreams[stream].type;
}
m_current_audio_pid = apid;