mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
RealText demuxer and decoder.
This commit is contained in:
parent
53640f42be
commit
439e32f9b8
13 changed files with 241 additions and 2 deletions
|
|
@ -405,6 +405,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER (JACOSUB, jacosub);
|
||||
REGISTER_DECODER (MICRODVD, microdvd);
|
||||
REGISTER_DECODER (PGSSUB, pgssub);
|
||||
REGISTER_DECODER (REALTEXT, realtext);
|
||||
REGISTER_DECODER (SAMI, sami);
|
||||
REGISTER_ENCDEC (SRT, srt);
|
||||
REGISTER_ENCDEC (XSUB, xsub);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue