Searched defs:AVCodecContext (Results 1 – 2 of 2) sorted by relevance
389 typedef struct AVCodecContext { struct394 const AVClass *av_class;395 int log_level_offset;397 enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */398 const struct AVCodec *codec;399 enum AVCodecID codec_id; /* see AV_CODEC_ID_xxx */414 unsigned int codec_tag;416 void *priv_data;424 struct AVCodecInternal *internal;431 void *opaque;[all …]
889 int (*commit_bs_si)(AVCodecContext *, in ff_dxva2_common_end_frame()