Correct WEBVTT Header In Sample Test Files
The old vtt sample data has the header as "WEBVTT FILE" which does not reflect what the spec says it should be. This changes it to "WEBVTT" as described in the WebVTT spec. Change-Id: Ib54396a8b937501a835dafe966bf05b95b0b22c4
This commit is contained in:
parent
2d5e2b0903
commit
48cb55c8d4
|
@ -1,4 +1,4 @@
|
||||||
WEBVTT FILE
|
WEBVTT
|
||||||
|
|
||||||
1
|
1
|
||||||
00:00:03.837 --> 00:00:07.299
|
00:00:03.837 --> 00:00:07.299
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
WEBVTT FILE
|
WEBVTT
|
||||||
|
|
||||||
1
|
1
|
||||||
00:00:03.837 --> 00:00:07.299
|
00:00:03.837 --> 00:00:07.299
|
||||||
|
|
Loading…
Reference in New Issue