summaryrefslogtreecommitdiff
path: root/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend.h')
-rw-r--r--frontend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend.h b/frontend.h
index cc84a791..4d18f746 100644
--- a/frontend.h
+++ b/frontend.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend.h,v 1.3 2006-06-04 11:00:04 phintuka Exp $
+ * $Id: frontend.h,v 1.4 2006-07-02 17:11:06 phintuka Exp $
*
*/
@@ -137,6 +137,7 @@ class cXinelibThread : public cThread, public cListObject
bool m_bPlayingFile;
char *m_FileName;
uint64_t m_StreamPos;
+ uint32_t m_Frames;
};