mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 16:33:02 +00:00
new field: inited
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1657 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e7986520f6
commit
0cca48c910
@ -11,6 +11,7 @@ typedef struct {
|
||||
demux_stream_t *ds;
|
||||
unsigned int format;
|
||||
codecs_t *codec;
|
||||
int inited;
|
||||
// output format:
|
||||
float timer; // value of old a_frame
|
||||
int samplerate;
|
||||
@ -45,6 +46,7 @@ typedef struct {
|
||||
demux_stream_t *ds;
|
||||
unsigned int format;
|
||||
codecs_t *codec;
|
||||
int inited;
|
||||
// output format:
|
||||
float timer; // value of old v_frame
|
||||
float fps;
|
||||
|
Loading…
Reference in New Issue
Block a user