diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-06-20 19:48:23 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-06-20 19:48:23 +0000 |
commit | 528ee03a6b3c5d100a397b781e496c8d940e16cb (patch) | |
tree | ae9aee5ce375c7c4e3156981ee7291d79b7d345f /src | |
parent | 8b095919b95576bd1d75a569ade8585368a83b8b (diff) | |
download | xine-lib-528ee03a6b3c5d100a397b781e496c8d940e16cb.tar.gz xine-lib-528ee03a6b3c5d100a397b781e496c8d940e16cb.tar.bz2 |
correct comment for DISC_STREAMSEEK after Thibaut Mattern
enlighted me about how it works
CVS patchset: 2109
CVS date: 2002/06/20 19:48:23
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/metronom.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h index a1442f82c..3b9d8e3da 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.32 2002/06/20 14:51:26 mroi Exp $ + * $Id: metronom.h,v 1.33 2002/06/20 19:48:23 mroi Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -134,8 +134,9 @@ struct metronom_s { * pts will start from given value soon * DISC_STREAMSEEK : used by video and audio decoder loop, * when a buffer with BUF_FLAG_SEEK set is encountered; - * immediately corrects metronom's idea about vpts - * for fast response during seek + * applies the necessary vpts offset for the seek in + * metronom, but keeps the vpts difference between + * audio and video, so that metronom doesn't cough * * for DISC_RELATIVE and DISC_ABSOLUTE metronom will enter a * special discontinuity mode which means that it will ignore |