Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davformat.h960 typedef struct AVStream { struct
965 const AVClass *av_class;
968 int index; /**< stream index in AVFormatContext */
974 int id;
976 void *priv_data;
990 AVRational time_base;
1000 int64_t start_time;
1010 int64_t duration;
1012 int64_t nb_frames; ///< number of frames in this stream if known or 0
1020 int disposition;
[all …]