Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davformat.h1234 typedef struct AVFormatContext { struct
1239 const AVClass *av_class;
1246 ff_const59 struct AVInputFormat *iformat;
1253 ff_const59 struct AVOutputFormat *oformat;
1262 void *priv_data;
1286 * Number of elements in AVFormatContext.streams. argument
1290 unsigned int nb_streams;
1302 AVStream **streams;
1314 char filename[1024];
1330 char *url;
[all …]
Dmux.c831 int (*compare)(AVFormatContext *, const AVPacket *, const AVPacket *))
Dutils.c2137int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) in ff_read_timestamp()
2214 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) in ff_find_last_ts()
2255 int64_t (*read_timestamp)(struct AVFormatContext *, int, in ff_gen_search()