We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ab25c commit 51d303eCopy full SHA for 51d303e
libavformat/webvttdec.c
@@ -95,6 +95,8 @@ static int webvtt_read_header(AVFormatContext *s)
95
/* ignore header chunk */
96
if (!strncmp(p, "\xEF\xBB\xBFWEBVTT", 9) ||
97
!strncmp(p, "WEBVTT", 6) ||
98
+ !strncmp(p, "STYLE", 5) ||
99
+ !strncmp(p, "REGION", 6) ||
100
!strncmp(p, "NOTE", 4))
101
continue;
102
0 commit comments