Lines Matching refs:ret
45 int ret;
47 ret = ff_bsf_get_packet_ref(bsfc, pkt);
48 if (ret < 0)
49 return ret;
61 ret = AVERROR_INVALIDDATA;
68 ret = AVERROR_PATCHWELCOME;
89 ret = AVERROR_PATCHWELCOME;
102 ret = AVERROR(ENOMEM);
125 ret = AVERROR_INVALIDDATA;
128 return ret;
136 int ret = avpriv_mpeg4audio_get_config2(&mp4ac, ctx->par_in->extradata,
138 if (ret < 0) {
140 return ret;