From a77fa76ce51ca69bffabe463bc865516e47325f0 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Fri, 8 Mar 2002 19:17:05 +0000 Subject: 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 --- src/xine-engine/metronom.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/metronom.h') 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; -- cgit v1.2.3