summaryrefslogtreecommitdiff
path: root/src/xine-engine/metronom.h
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2002-06-29 14:32:36 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2002-06-29 14:32:36 +0000
commit02ef51c2f4a7bff16c7497c2199a4008de85a055 (patch)
treeee8f07a1afdd16e7bf9c631c25d13ddf087867bc /src/xine-engine/metronom.h
parent6a914bb8e70406cbec9c7bce3c96335a5b538d41 (diff)
downloadxine-lib-02ef51c2f4a7bff16c7497c2199a4008de85a055.tar.gz
xine-lib-02ef51c2f4a7bff16c7497c2199a4008de85a055.tar.bz2
Use an other method for DISC_STREAMSEEK :
force the detection of an audio jump instead of trying to manualy reintroduce a diff, it's looks better. It fixes also the sync problem at start, it's magic ;-) It's only used by the avi demuxer now. CVS patchset: 2175 CVS date: 2002/06/29 14:32:36
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 3b9d8e3da..6b8f26f0a 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.33 2002/06/20 19:48:23 mroi Exp $
+ * $Id: metronom.h,v 1.34 2002/06/29 14:32:36 tmattern 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);