summaryrefslogtreecommitdiff
path: root/src/xine-engine/metronom.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-09-05 22:29:17 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-09-05 22:29:17 +0000
commit838e2ccc6d52abef0eeb06952780cacc21c860c7 (patch)
tree656e42656db26d0c13dd4b70ef6aa4b36cee8c88 /src/xine-engine/metronom.h
parentc0178b0e481332c8aa9ab2b1226d64426eeed9fd (diff)
downloadxine-lib-838e2ccc6d52abef0eeb06952780cacc21c860c7.tar.gz
xine-lib-838e2ccc6d52abef0eeb06952780cacc21c860c7.tar.bz2
Whoops, committed the experimental metronom stuff. Taking it out again.
(I should go to sleep now.) CVS patchset: 2619 CVS date: 2002/09/05 22:29:17
Diffstat (limited to 'src/xine-engine/metronom.h')
-rw-r--r--src/xine-engine/metronom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h
index 64708bd84..3fb081b37 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.35 2002/09/05 22:19:04 mroi Exp $
+ * $Id: metronom.h,v 1.36 2002/09/05 22:29:17 mroi Exp $
*
* metronom: general pts => virtual calculation/assoc
*
@@ -244,6 +244,7 @@ struct metronom_s {
pthread_cond_t cancel;
int allow_full_ao_fill_gap;
+ int force_audio_jump;
};
metronom_t *metronom_init (int have_audio, void *xine);