summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/device.h b/device.h
index 960bc832..110c1d4b 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h,v 1.2 2006-06-04 11:00:04 phintuka Exp $
+ * $Id: device.h,v 1.3 2006-07-02 17:09:04 phintuka Exp $
*
*/
@@ -61,7 +61,8 @@ class cXinelibDevice : public cDevice
// Audio facilities
private:
- int m_AudioChannel;
+ eTrackType m_LastTrack;
+ int m_AudioChannel;
protected:
virtual int GetAudioChannelDevice(void) {return m_AudioChannel;}
virtual void SetAudioChannelDevice(int AudioChannel);