WebVTT demuxer and decoder.
This commit is contained in:
parent
697ea4fccf
commit
2599541b3d
14 changed files with 308 additions and 3 deletions
|
@ -422,6 +422,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_ENCDEC (SRT, srt);
|
||||
REGISTER_ENCDEC (SUBRIP, subrip);
|
||||
REGISTER_DECODER (SUBVIEWER, subviewer);
|
||||
REGISTER_DECODER (WEBVTT, webvtt);
|
||||
REGISTER_ENCDEC (XSUB, xsub);
|
||||
|
||||
/* external libraries */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue