Searched defs:AVInputFormat (Results 1 – 1 of 1) sorted by relevance
465 typedef struct AVInputFormat { struct470 const char *name;477 const char *long_name;504 struct AVInputFormat *next; argument509 int raw_codec_id;514 int priv_data_size;521 int (*read_probe)(AVProbeData *);528 int (*read_header)(struct AVFormatContext *);539 int (*read_packet)(struct AVFormatContext *, AVPacket *pkt);545 int (*read_close)(struct AVFormatContext *);[all …]