comparison libmpdemux/stheader.h @ 8057:10698ce4b2a4

fixed comment - noticed by Alex
author arpi
date Sat, 02 Nov 2002 19:59:40 +0000
parents 324b6e5387be
children 4b02f73cb4b9
comparison
equal deleted inserted replaced
8056:324b6e5387be 8057:10698ce4b2a4
44 typedef struct { 44 typedef struct {
45 demux_stream_t *ds; 45 demux_stream_t *ds;
46 struct codecs_st *codec; 46 struct codecs_st *codec;
47 unsigned int format; 47 unsigned int format;
48 int inited; 48 int inited;
49 float delay; // value of old a_frame 49 float delay; // relative (to sh_video->timer) time in audio stream
50 // output format: 50 // output format:
51 int sample_format; 51 int sample_format;
52 int samplerate; 52 int samplerate;
53 int samplesize; 53 int samplesize;
54 int channels; 54 int channels;
82 typedef struct { 82 typedef struct {
83 demux_stream_t *ds; 83 demux_stream_t *ds;
84 struct codecs_st *codec; 84 struct codecs_st *codec;
85 unsigned int format; 85 unsigned int format;
86 int inited; 86 int inited;
87 float timer; // value of old v_frame 87 float timer; // absolute time in video stream, since last start/seek
88 // frame counters: 88 // frame counters:
89 float num_frames; // number of frames played 89 float num_frames; // number of frames played
90 int num_frames_decoded; // number of frames decoded 90 int num_frames_decoded; // number of frames decoded
91 // output format: (set by demuxer) 91 // output format: (set by demuxer)
92 float fps; // frames per second (set only if constant fps) 92 float fps; // frames per second (set only if constant fps)