From 0fe943c928a4eb1287ba0d10eaf91bdb58ef28a3 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 19 Jun 2004 19:53:29 +0000 Subject: this comment is outdated since decoders provide the discontinuity() function CVS patchset: 6711 CVS date: 2004/06/19 19:53:29 --- src/xine-engine/metronom.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h index 80f8e9ef5..185b38b35 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.59 2004/04/24 11:28:00 tmattern Exp $ + * $Id: metronom.h,v 1.60 2004/06/19 19:53:29 mroi Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -148,14 +148,6 @@ struct metronom_s { * 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 - * pts values for some time (about 1sec) to ignore any held-back - * reference frames that are flushed out of decoders containing - * pts values that do not mach the new offset. Then it will - * just switch to the new disc_offset and resume synced operation. - * */ void (*handle_audio_discontinuity) (metronom_t *self, int type, int64_t disc_off); void (*handle_video_discontinuity) (metronom_t *self, int type, int64_t disc_off); -- cgit v1.2.3