diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-09-13 15:31:53 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-09-13 15:31:53 +0000 |
commit | e9c4a9aef3abfd365de113ce30ac282b74ccb79e (patch) | |
tree | 50bb4f154873a30b59a47158c0fcb7e46fb12f04 /src/xine-engine/metronom.h | |
parent | 1d3d48f2be662b7120c2451ad146e479df6e5514 (diff) | |
download | xine-lib-e9c4a9aef3abfd365de113ce30ac282b74ccb79e.tar.gz xine-lib-e9c4a9aef3abfd365de113ce30ac282b74ccb79e.tar.bz2 |
fix for duplicated pts by Simon Truss <simon@bigblue.demon.co.uk>
CVS patchset: 5363
CVS date: 2003/09/13 15:31:53
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 25e9e8621..e7ee091c0 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.50 2003/05/20 13:50:56 mroi Exp $ + * $Id: metronom.h,v 1.51 2003/09/13 15:31:53 miguelfreitas Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -212,6 +212,7 @@ struct metronom_s { int64_t img_duration; int img_cpt; int64_t last_video_pts; + int64_t last_audio_pts; }; |