Remove empty <p> tag from WebvttDecoder
PiperOrigin-RevId: 445217294
This commit is contained in:
parent
bec9431856
commit
c5ad28a96c
@ -28,8 +28,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>
|
||||||
*/
|
*/
|
||||||
public final class WebvttDecoder extends SimpleSubtitleDecoder {
|
public final class WebvttDecoder extends SimpleSubtitleDecoder {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user