[Mplayer-cvslog] CVS: main/libmpdemux stheader.h,1.35,1.36

Arpi of Ize arpi at mplayerhq.hu
Sat Nov 2 20:59:43 CET 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv5916

Modified Files:
	stheader.h 
Log Message:
fixed comment - noticed by Alex


Index: stheader.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stheader.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- stheader.h	2 Nov 2002 19:52:59 -0000	1.35
+++ stheader.h	2 Nov 2002 19:59:40 -0000	1.36
@@ -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




More information about the MPlayer-cvslog mailing list