Lines Matching defs:err
91 int err, i, j;
129 err = ff_cbs_insert_unit_content(au, 0, H264_NAL_AUD,
131 if (err < 0) {
133 return err;
338 int err;
368 err = av_packet_add_side_data(pkt, AV_PKT_DATA_DISPLAYMATRIX,
371 if (err < 0) {
459 err = ff_cbs_sei_add_message(ctx->common.output, au, 1,
462 if (err < 0) {
465 return err;
477 int err, i, has_sps, seek_point;
485 err = h264_metadata_insert_aud(bsf, au);
486 if (err < 0)
487 return err;
494 err = h264_metadata_update_sps(bsf, au->units[i].content);
495 if (err < 0)
496 return err;
514 err = ff_cbs_sei_add_message(ctx->common.output, au, 1,
517 if (err < 0) {
520 return err;
537 err = h264_metadata_handle_display_orientation(bsf, pkt, au,
539 if (err < 0)
540 return err;