Lines Matching refs:codec
3055 if (dec_ctx && dec_ctx->codec->priv_class && show_private_data) {
3339 const AVCodec *codec;
3345 "Failed to probe codec for input stream %d\n",
3350 codec = avcodec_find_decoder(stream->codecpar->codec_id);
3351 if (!codec) {
3353 "Unsupported codec with id %d for input stream %d\n",
3359 fmt_ctx, stream, codec);
3361 ist->dec_ctx = avcodec_alloc_context3(codec);
3378 if (avcodec_open2(ist->dec_ctx, codec, &opts) < 0) {
3379 av_log(NULL, AV_LOG_WARNING, "Could not open codec for input stream %d\n",