From 958c27ee9d466f3cb16c2b69f84e71d8d4487126 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 28 Nov 2005 02:42:04 +0000 Subject: fix typo --- lib/service/servicedvb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/service/servicedvb.cpp') diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index a49ce5c4..0de13215 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -717,7 +717,7 @@ int eDVBServicePlay::getInfo(int w) switch (w) { case sVideoPID: if (program.videoStreams.empty()) return -1; return program.videoStreams[0].pid; - case sAudioPID: if (program.audioStreams.empty()) return -1; return program.videoStreams[m_current_audio_stream].pid; + case sAudioPID: if (program.audioStreams.empty()) return -1; return program.audioStreams[m_current_audio_stream].pid; case sPCRPID: return program.pcrPid; case sPMTPID: return program.pmtPid; case sTXTPID: return -1; -- cgit v1.2.3