Lines Matching defs:err
623 int err;
627 err = hw_device_init_from_string(tmp, NULL);
629 return err;
637 int err;
643 err = hw_device_init_from_string(tmp, NULL);
646 return err;
1156 int err, i, ret;
1267 err = avformat_open_input(&ic, filename, file_iformat, &o->g->format_opts);
1268 if (err < 0) {
1269 print_error(filename, err);
1270 if (err == AVERROR_PROTOCOL_NOT_FOUND)
2383 int i, err;
2387 err = av_channel_layout_copy(&f->ch_layout, &ost->enc_ctx->ch_layout);
2388 if (err < 0)
2408 err = av_channel_layout_copy(&f->ch_layout, &ost->enc->ch_layouts[i]);
2409 if (err < 0)
2421 int i, j, err;
2456 err = avformat_alloc_output_context2(&oc, NULL, o->format, filename);
2458 print_error(filename, err);
2691 if ((err = avio_open2(&pb, o->attachments[i], AVIO_FLAG_READ, &int_cb, NULL)) < 0) {
2780 err = init_simple_filtergraph(ist, ost);
2781 if (err < 0) {
2848 if ((err = avio_open2(&oc->pb, filename, AVIO_FLAG_WRITE,
2851 print_error(filename, err);
3046 err = set_dispositions(of, oc);
3047 if (err < 0) {