mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
JACOsub demuxer, decoder and muxer.
This commit is contained in:
parent
234e00259b
commit
9ae570fb5f
13 changed files with 607 additions and 2 deletions
|
|
@ -397,6 +397,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_ENCDEC (ASS, ass);
|
||||
REGISTER_ENCDEC (DVBSUB, dvbsub);
|
||||
REGISTER_ENCDEC (DVDSUB, dvdsub);
|
||||
REGISTER_DECODER (JACOSUB, jacosub);
|
||||
REGISTER_DECODER (MICRODVD, microdvd);
|
||||
REGISTER_DECODER (PGSSUB, pgssub);
|
||||
REGISTER_ENCDEC (SRT, srt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue