summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index 58cee7f9..4409501d 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.20 2007-01-06 15:12:24 phintuka Exp $
+ * $Id: device.h,v 1.21 2007-01-24 05:12:26 phintuka Exp $
*
*/
@@ -246,7 +246,7 @@ class cXinelibDevice : public cDevice
int m_AudioCount;
bool m_SkipAudio;
bool m_StreamStart;
- bool m_Polled;
+ int m_FreeBufs;
bool m_Cleared;
int PlayAny(const uchar *Data, int Length);