Lines Matching refs:line
51 static int64_t read_ts(char **line, int *duration)55 if (sscanf(*line, "%"SCNd64",%"SCNd64, &start, &end) == 2) {56 *line += strcspn(*line, "\"");57 *line += !!**line;78 char line[4096];79 char *p = line;81 int len = ff_get_line(s->pb, line, sizeof(line));88 line[strcspn(line, "\r\n")] = 0;