]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/webvttdec.c
Merge commit '6a23a34274b747280c1e4a00ad22f97f99bbb48a'
[ffmpeg] / libavformat / webvttdec.c
index 43c2a639ad33624ae6a3a7b6612c5144cbb21c05..47a3255fd012192e686b77052ddd784e5bd3e577 100644 (file)
@@ -92,7 +92,8 @@ static int webvtt_read_header(AVFormatContext *s)
 
         /* ignore header chunk */
         if (!strncmp(p, "\xEF\xBB\xBFWEBVTT", 9) ||
-            !strncmp(p, "WEBVTT", 6))
+            !strncmp(p, "WEBVTT", 6) ||
+            !strncmp(p, "NOTE", 4))
             continue;
 
         /* optional cue identifier (can be a number like in SRT or some kind of