summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2004-04-24 11:28:00 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2004-04-24 11:28:00 +0000
commit4094885300a34bbfcb5d95c94f824d404ab63858 (patch)
treefb46528a6968704c4b933e54c45f300e7fa0b9df
parent613c8a88fbdde3545c6e646595ae2882a3b4f382 (diff)
downloadxine-lib-4094885300a34bbfcb5d95c94f824d404ab63858.tar.gz
xine-lib-4094885300a34bbfcb5d95c94f824d404ab63858.tar.bz2
I forgot to commit this file.
Thanks Michael ;) CVS patchset: 6429 CVS date: 2004/04/24 11:28:00
-rw-r--r--src/xine-engine/metronom.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h
index 7c422a250..80f8e9ef5 100644
--- a/src/xine-engine/metronom.h
+++ b/src/xine-engine/metronom.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: metronom.h,v 1.58 2004/04/09 15:06:03 mroi Exp $
+ * $Id: metronom.h,v 1.59 2004/04/24 11:28:00 tmattern Exp $
*
* metronom: general pts => virtual calculation/assoc
*
@@ -221,7 +221,8 @@ struct metronom_s {
int img_cpt;
int64_t last_video_pts;
int64_t last_audio_pts;
-
+
+ int video_mode;
#endif
};