Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davformat.h1337 typedef struct AVFormatContext { struct
1342 const AVClass *av_class;
1349 ff_const59 struct AVInputFormat *iformat;
1356 ff_const59 struct AVOutputFormat *oformat;
1365 void *priv_data;
1389 * Number of elements in AVFormatContext.streams. argument
1393 unsigned int nb_streams;
1405 AVStream **streams;
1417 char filename[1024];
1433 char *url;
[all …]
Dmux.c813 int (*compare)(AVFormatContext *, const AVPacket *, const AVPacket *))
Dutils.c2173int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) in ff_read_timestamp()
2250 int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) in ff_find_last_ts()
2291 int64_t (*read_timestamp)(struct AVFormatContext *, int, in ff_gen_search()