fixed comment - noticed by Alex

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8058 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-11-02 19:59:40 +00:00
parent 74b6f07e68
commit 478bb57c0a
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ typedef struct {
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 @@ typedef struct {
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