Lines Matching defs:avctx
44 AVCodecContext *avctx,
69 enum AVCodecID codec_id = avctx->codec_id;
78 int header_threshold = avctx->codec_id != AV_CODEC_ID_NONE && avctx->codec_id != codec_id;
86 avctx->sample_rate= sr;
87 av_channel_layout_uninit(&avctx->ch_layout);
88 av_channel_layout_default(&avctx->ch_layout, channels);
90 avctx->codec_id = codec_id;
91 if (s->no_bitrate || !avctx->bit_rate) {
93 avctx->bit_rate += (bit_rate - avctx->bit_rate) / (s->header_count - header_threshold);
101 avpriv_report_missing_feature(avctx,