Searched defs:AVCodecContext (Results 1 – 1 of 1) sorted by relevance
1153 typedef struct AVCodecContext { struct1158 const AVClass *av_class;1159 int log_level_offset;1161 enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */1162 const struct AVCodec *codec;1163 char codec_name[32];1164 enum AVCodecID codec_id; /* see AV_CODEC_ID_xxx */1179 unsigned int codec_tag;1187 unsigned int stream_codec_tag;1189 void *priv_data;[all …]