[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
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_audio.c,1.11,1.12 demux_demuxers.c,1.2,1.3 demuxer.c,1.120,1.121 stheader.h,1.34,1.35
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer menu.c,1.14,1.15 mplayer.h,1.7,1.8 mw.c,1.87,1.88 sw.c,1.37,1.38 mplayer.c,1.36,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demux_audio.c,1.11,1.12 demux_demuxers.c,1.2,1.3 demuxer.c,1.120,1.121 stheader.h,1.34,1.35
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer menu.c,1.14,1.15 mplayer.h,1.7,1.8 mw.c,1.87,1.88 sw.c,1.37,1.38 mplayer.c,1.36,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list