From ab8f0c75f39b57cd1e28545259fb08bb7b4925b3 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Thu, 10 Feb 2005 22:24:26 +0000 Subject: - implemented audio track selection for http --- server/connectionHTTP.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'server/connectionHTTP.h') diff --git a/server/connectionHTTP.h b/server/connectionHTTP.h index 5b8abbe..6e43d28 100644 --- a/server/connectionHTTP.h +++ b/server/connectionHTTP.h @@ -1,5 +1,5 @@ /* - * $Id: connectionHTTP.h,v 1.1 2004/12/30 22:44:18 lordjaxom Exp $ + * $Id: connectionHTTP.h,v 1.2 2005/02/10 22:24:26 lordjaxom Exp $ */ #ifndef VDR_STREAMDEV_SERVERS_CONNECTIONHTTP_H @@ -21,8 +21,9 @@ private: hsListing, }; - cChannel *m_Channel; - cChannel *m_ListChannel; + const cChannel *m_Channel; + int m_Apid; + const cChannel *m_ListChannel; cStreamdevLiveStreamer *m_LiveStreamer; eStreamType m_StreamType; eHTTPStatus m_Status; -- cgit v1.2.3