mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove empty <p> tag from WebvttDecoder
PiperOrigin-RevId: 445217294
This commit is contained in:
parent
a756121c9c
commit
e7e466f729
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ import java.util.List;
|
||||||
/**
|
/**
|
||||||
* A {@link SimpleSubtitleDecoder} for WebVTT.
|
* A {@link SimpleSubtitleDecoder} for WebVTT.
|
||||||
*
|
*
|
||||||
* <p>
|
|
||||||
*
|
|
||||||
* @see <a href="http://dev.w3.org/html5/webvtt">WebVTT specification</a>
|
* @see <a href="http://dev.w3.org/html5/webvtt">WebVTT specification</a>
|
||||||
*/
|
*/
|
||||||
@UnstableApi
|
@UnstableApi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue