From 4c4eb6e44cfd920cf26155ec7303441c27e5ab31 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 26 Aug 2007 12:23:37 +0000 Subject: [PATCH] fix audiotype --- lib/service/servicedvb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2