Lines Matching defs:line
1198 char line[MAX_URL_SIZE];
1208 ff_get_chomp_line(in, line, sizeof(line));
1209 if (strcmp(line, "#EXTM3U")) {
1216 ff_get_chomp_line(in, line, sizeof(line));
1217 if (av_strstart(line, "#EXT-X-MEDIA-SEQUENCE:", &ptr)) {
1228 } else if (av_strstart(line, "#EXT-X-DISCONTINUITY", &ptr)) {
1231 } else if (av_strstart(line, "#EXTINF:", &ptr)) {
1234 } else if (av_stristart(line, "#EXT-X-KEY:", &ptr)) {
1235 ptr = av_stristr(line, "URI=\"");
1246 ptr = av_stristr(line, "IV=0x");
1256 } else if (av_strstart(line, "#EXT-X-PROGRAM-DATE-TIME:", &ptr)) {
1275 } else if (av_strstart(line, "#", NULL)) {
1277 } else if (line[0]) {
1279 char *new_file = av_strdup(line);