Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h659 typedef struct AVStream { struct
660 int index; /**< stream index in AVFormatContext */
666 int id;
678 AVCodecContext *codec;
679 void *priv_data;
684 struct AVFrac pts;
695 AVRational time_base;
705 int64_t start_time;
712 int64_t duration;
714 int64_t nb_frames; ///< number of frames in this stream if known or 0
[all …]