new field: inited

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1657 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-08-23 12:46:44 +00:00
parent e7986520f6
commit 0cca48c910
1 changed files with 2 additions and 0 deletions

View File

@ -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;