1. AVFormatContext
typedef struct AVFormatContext {
const AVClass *av_class;
struct AVInputFormat *iformat;
struct AVOutputFormat *oformat;
void *priv_data;
AVIOContext *pb;
int ctx_flags; /**< Format-specific flags, see AVFMTCTX_xx */
unsigned int nb_streams;
AVStream **streams;