mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavc: add raw text subtitles decoder.
This commit is contained in:
parent
c753b56b4d
commit
e807a2b648
5 changed files with 129 additions and 1 deletions
|
|
@ -425,6 +425,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_ENCDEC (SRT, srt);
|
||||
REGISTER_ENCDEC (SUBRIP, subrip);
|
||||
REGISTER_DECODER (SUBVIEWER, subviewer);
|
||||
REGISTER_DECODER (TEXT, text);
|
||||
REGISTER_DECODER (WEBVTT, webvtt);
|
||||
REGISTER_ENCDEC (XSUB, xsub);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue