diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-06-20 14:51:26 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-06-20 14:51:26 +0000 |
commit | c377b12618e546b6b7e706fa01f8129373a4c2fa (patch) | |
tree | 0810f559a06b531ee610420c8f6ee6f768ef6b8c /src | |
parent | 92e92a8ba67b80c864d87e49f6e51d14b5ec2861 (diff) | |
download | xine-lib-c377b12618e546b6b7e706fa01f8129373a4c2fa.tar.gz xine-lib-c377b12618e546b6b7e706fa01f8129373a4c2fa.tar.bz2 |
add some documentation for new discontinuity DISC_STREAMSEEK
CVS patchset: 2106
CVS date: 2002/06/20 14:51:26
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/metronom.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h index 73f58ea3b..a1442f82c 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.31 2002/06/19 23:37:46 tmattern Exp $ + * $Id: metronom.h,v 1.32 2002/06/20 14:51:26 mroi Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -132,6 +132,10 @@ struct metronom_s { * a specified offset from the former ones soon * DISC_ABSOLUTE : typically a new menu stream (nav packets) * 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 * * for DISC_RELATIVE and DISC_ABSOLUTE metronom will enter a * special discontinuity mode which means that it will ignore |