early-access version 1680

This commit is contained in:
pineappleEA
2021-05-13 11:45:27 +02:00
parent 1434d96e7d
commit 66ed389c6f
311 changed files with 6452 additions and 2597 deletions

View File

@@ -125,7 +125,7 @@ static int webvtt_read_header(AVFormatContext *s)
break;
/* optional cue settings */
p += strcspn(p, "\n\t ");
p += strcspn(p, "\n\r\t ");
while (*p == '\t' || *p == ' ')
p++;
settings = p;