Lines Matching refs:codec
359 s->codec_id = avctx->codec->id;
360 if (s->max_b_frames && !(avctx->codec->capabilities & AV_CODEC_CAP_DELAY)) {
361 av_log(avctx, AV_LOG_ERROR, "B-frames not supported by codec\n");
495 av_log(avctx, AV_LOG_ERROR, "4MV not supported by codec\n");
506 av_log(avctx, AV_LOG_ERROR, "qpel not supported by codec\n");
554 av_log(avctx, AV_LOG_ERROR, "interlacing not supported by codec\n");
601 !(avctx->codec->capabilities & AV_CODEC_CAP_SLICE_THREADS)) {
602 av_log(avctx, AV_LOG_ERROR, "Multiple slices are not supported by this codec\n");
648 switch (avctx->codec->id) {
687 "H.261 codec.\nValid sizes are 176x144, 352x288\n",
703 "the H.263 codec.\nValid sizes are 128x96, 176x144, "
1301 ret = avcodec_open2(c, s->avctx->codec, NULL);