Lines Matching defs:props
1030 AVCPBProperties *props = av_mallocz(sizeof(AVCPBProperties));
1031 if (!props)
1035 *size = sizeof(*props);
1037 props->vbv_delay = UINT64_MAX;
1039 return props;
1045 AVCPBProperties *props;
1053 props = av_cpb_properties_alloc(&size);
1054 if (!props)
1059 av_freep(&props);
1067 avctx->coded_side_data[avctx->nb_coded_side_data - 1].data = (uint8_t*)props;
1070 return props;