diff libmpdemux/stheader.h @ 8057:10698ce4b2a4

fixed comment - noticed by Alex
author arpi
date Sat, 02 Nov 2002 19:59:40 +0000
parents 324b6e5387be
children 4b02f73cb4b9
line wrap: on
line diff
--- a/libmpdemux/stheader.h	Sat Nov 02 19:52:59 2002 +0000
+++ b/libmpdemux/stheader.h	Sat Nov 02 19:59:40 2002 +0000
@@ -46,7 +46,7 @@
   struct codecs_st *codec;
   unsigned int format;
   int inited;
-  float delay;		   // value of old a_frame
+  float delay;	   // relative (to sh_video->timer) time in audio stream
   // output format:
   int sample_format;
   int samplerate;
@@ -84,7 +84,7 @@
   struct codecs_st *codec;
   unsigned int format;
   int inited;
-  float timer;		  // value of old v_frame
+  float timer;		  // absolute time in video stream, since last start/seek
   // frame counters:
   float num_frames;       // number of frames played
   int num_frames_decoded; // number of frames decoded