Home
last modified time | relevance | path

Searched defs:AVStream (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Davformat.h950 typedef struct AVStream { struct
955 const AVClass *av_class;
958 int index; /**< stream index in AVFormatContext */
964 int id;
966 void *priv_data;
980 AVRational time_base;
990 int64_t start_time;
1000 int64_t duration;
1002 int64_t nb_frames; ///< number of frames in this stream if known or 0
1010 int disposition;
[all …]