Mercurial > mplayer.hg
changeset 1656:cd77b8e28f82
new field: inited
author | arpi |
---|---|
date | Thu, 23 Aug 2001 12:46:44 +0000 |
parents | 1d741dfa190c |
children | f6d3c1287748 |
files | stheader.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stheader.h Thu Aug 23 12:46:04 2001 +0000 +++ b/stheader.h Thu Aug 23 12:46:44 2001 +0000 @@ -11,6 +11,7 @@ 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 @@ demux_stream_t *ds; unsigned int format; codecs_t *codec; + int inited; // output format: float timer; // value of old v_frame float fps;