1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +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:
arpi 2001-08-23 12:46:44 +00:00
parent e7986520f6
commit 0cca48c910

View File

@ -11,6 +11,7 @@ typedef struct {
demux_stream_t *ds; demux_stream_t *ds;
unsigned int format; unsigned int format;
codecs_t *codec; codecs_t *codec;
int inited;
// output format: // output format:
float timer; // value of old a_frame float timer; // value of old a_frame
int samplerate; int samplerate;
@ -45,6 +46,7 @@ typedef struct {
demux_stream_t *ds; demux_stream_t *ds;
unsigned int format; unsigned int format;
codecs_t *codec; codecs_t *codec;
int inited;
// output format: // output format:
float timer; // value of old v_frame float timer; // value of old v_frame
float fps; float fps;