diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2002-06-29 14:32:36 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2002-06-29 14:32:36 +0000 |
commit | 02ef51c2f4a7bff16c7497c2199a4008de85a055 (patch) | |
tree | ee8f07a1afdd16e7bf9c631c25d13ddf087867bc /src/xine-engine/metronom.h | |
parent | 6a914bb8e70406cbec9c7bce3c96335a5b538d41 (diff) | |
download | xine-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.h | 3 |
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); |