diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-09 15:06:02 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-09 15:06:02 +0000 |
| commit | 5b4795e9f35230e97a8a4ec61de6681eed4aa3f9 (patch) | |
| tree | 1224a9db9ce374ba292548ee6c78643ba00d5b92 /src/xine-engine/metronom.h | |
| parent | 039fe9adb8fdc6e361d0b193ae1d7bcfec5287d9 (diff) | |
| download | xine-lib-5b4795e9f35230e97a8a4ec61de6681eed4aa3f9.tar.gz xine-lib-5b4795e9f35230e97a8a4ec61de6681eed4aa3f9.tar.bz2 | |
improving precision of audio vpts calculation, the comment in metronom.c explains
CVS patchset: 6363
CVS date: 2004/04/09 15:06:02
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 9a0019692..7c422a250 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.57 2004/02/16 20:19:10 uid86226 Exp $ + * $Id: metronom.h,v 1.58 2004/04/09 15:06:03 mroi Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -189,6 +189,7 @@ struct metronom_s { int64_t video_vpts; int64_t spu_vpts; int64_t audio_vpts; + int64_t audio_vpts_rmndr; /* the remainder for integer division */ int64_t vpts_offset; |
