Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h959 typedef struct AVFormatContext { struct
964 const AVClass *av_class;
972 struct AVInputFormat *iformat;
973 struct AVOutputFormat *oformat;
979 void *priv_data;
992 AVIOContext *pb;
995 int ctx_flags; /**< Format-specific flags, see AVFMTCTX_xx */
1006 unsigned int nb_streams;
1007 AVStream **streams;
1009 char filename[1024]; /**< input or output filename */
[all …]