mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
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:
parent
74b6f07e68
commit
478bb57c0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user