Lines Matching defs:avctx
87 AVCodecContext *avctx;
97 avctx = avcodec_alloc_context3(NULL);
98 if (!avctx) {
103 ret = avcodec_parameters_to_context(avctx, st->codecpar);
108 av_parser_parse2(parser, avctx,
114 if (avctx->sample_rate) {
115 avpriv_set_pts_info(st, 64, 1, avctx->sample_rate);
116 avcodec_free_context(&avctx);
120 avcodec_free_context(&avctx);
124 avcodec_free_context(&avctx);