diff options
author | phintuka <phintuka> | 2006-12-19 08:53:37 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-19 08:53:37 +0000 |
commit | 1043c2885497c079b2732dc168219c684fadbecc (patch) | |
tree | 7404f03fcc92d4220572625eeaedc1ed06723f90 | |
parent | 8701aeff130ad0b7d4df4e580f70f260b6d875af (diff) | |
download | xineliboutput-1043c2885497c079b2732dc168219c684fadbecc.tar.gz xineliboutput-1043c2885497c079b2732dc168219c684fadbecc.tar.bz2 |
Added timer to display track information after automatic track change
-rw-r--r-- | media_player.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media_player.h b/media_player.h index 47cf9e8d..fb66fccf 100644 --- a/media_player.h +++ b/media_player.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: media_player.h,v 1.6 2006-09-06 18:00:56 phintuka Exp $ + * $Id: media_player.h,v 1.7 2006-12-19 08:53:37 phintuka Exp $ * */ @@ -38,6 +38,7 @@ class cXinelibPlayerControl : public cControl bool m_ShowModeOnly; eMainMenuMode m_Mode; bool m_RandomPlay; + time_t m_AutoShowStart; static int m_SubtitlePos; |