diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-08 18:15:54 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-08 18:15:54 +0000 |
commit | c980a592bd835f2c0826e4f0638cef3fabd70ee7 (patch) | |
tree | ecf5e9adcd28cabe0d59e0842780a1dbb3cc0633 /src/xine-engine/metronom.h | |
parent | fbf6214d84dbed2b9e22da164748eca8c762cb82 (diff) | |
download | xine-lib-c980a592bd835f2c0826e4f0638cef3fabd70ee7.tar.gz xine-lib-c980a592bd835f2c0826e4f0638cef3fabd70ee7.tar.bz2 |
subtitle patches from james
CVS patchset: 259
CVS date: 2001/07/08 18:15:54
Diffstat (limited to 'src/xine-engine/metronom.h')
-rw-r--r-- | src/xine-engine/metronom.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h index e7080b57d..49058124c 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.6 2001/07/04 17:10:24 uid32519 Exp $ + * $Id: metronom.h,v 1.7 2001/07/08 18:15:54 guenter Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -107,7 +107,7 @@ struct metronom_s { * */ - uint32_t (*got_spu_packet) (metronom_t *this, uint32_t pts); + uint32_t (*got_spu_packet) (metronom_t *this, uint32_t pts, uint32_t duration); /* * manually correct audio <-> video sync @@ -161,6 +161,7 @@ struct metronom_s { int32_t audio_pts_delta; uint32_t video_vpts; + uint32_t spu_vpts; uint32_t audio_vpts; int32_t video_wrap_offset; |