Lines Matching refs:ret
66 int ret = 0;
78 ret = av_file_map(input_filename, &buffer, &buffer_size, 0, NULL);
79 if (ret < 0)
87 ret = AVERROR(ENOMEM);
93 ret = AVERROR(ENOMEM);
99 ret = AVERROR(ENOMEM);
104 ret = avformat_open_input(&fmt_ctx, NULL, NULL, NULL);
105 if (ret < 0) {
110 ret = avformat_find_stream_info(fmt_ctx, NULL);
111 if (ret < 0) {
128 if (ret < 0) {
129 fprintf(stderr, "Error occurred: %s\n", av_err2str(ret));