comparison stheader.h @ 1656:cd77b8e28f82

new field: inited
author arpi
date Thu, 23 Aug 2001 12:46:44 +0000
parents d4cd08b06665
children 60afe3421c04
comparison
equal deleted inserted replaced
1655:1d741dfa190c 1656:cd77b8e28f82
9 9
10 typedef struct { 10 typedef struct {
11 demux_stream_t *ds; 11 demux_stream_t *ds;
12 unsigned int format; 12 unsigned int format;
13 codecs_t *codec; 13 codecs_t *codec;
14 int inited;
14 // output format: 15 // output format:
15 float timer; // value of old a_frame 16 float timer; // value of old a_frame
16 int samplerate; 17 int samplerate;
17 int samplesize; 18 int samplesize;
18 int channels; 19 int channels;
43 44
44 typedef struct { 45 typedef struct {
45 demux_stream_t *ds; 46 demux_stream_t *ds;
46 unsigned int format; 47 unsigned int format;
47 codecs_t *codec; 48 codecs_t *codec;
49 int inited;
48 // output format: 50 // output format:
49 float timer; // value of old v_frame 51 float timer; // value of old v_frame
50 float fps; 52 float fps;
51 float frametime; // 1/fps 53 float frametime; // 1/fps
52 int i_bps; // == bitrate (compressed bytes/sec) 54 int i_bps; // == bitrate (compressed bytes/sec)