diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-08 19:17:05 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-08 19:17:05 +0000 |
commit | a77fa76ce51ca69bffabe463bc865516e47325f0 (patch) | |
tree | c62fd0f6b2e6ee2102ecac02b4388b8a339a20d9 /src/xine-engine/metronom.h | |
parent | 6826cd591e5bafa151adc28b7f2880b4c5f728fd (diff) | |
download | xine-lib-a77fa76ce51ca69bffabe463bc865516e47325f0.tar.gz xine-lib-a77fa76ce51ca69bffabe463bc865516e47325f0.tar.bz2 |
temporary fix for a/v sync problems, this is _not_ the big update I'm planning which will use scr info for "informed" discontinuity handling.
This is just a quick'n'dirty fix.
CVS patchset: 1547
CVS date: 2002/03/08 19:17:05
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 cca444be1..617206ca1 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.18 2002/03/01 09:29:50 guenter Exp $ + * $Id: metronom.h,v 1.19 2002/03/08 19:17:06 guenter Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -214,6 +214,7 @@ struct metronom_s { int wrap_diff_counter; int64_t last_video_pts; + int64_t video_drift; int64_t last_audio_pts; int num_audio_samples_guessed; |