diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-28 05:15:00 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-30 23:55:28 +0100 |
commit | 7b43402724b21cca805c8afac6ec33a211d52b85 (patch) | |
tree | ab285806766de979f79df1f47bc716cd4cc98d94 /libavformat/allformats.c | |
parent | 580ee973d16cb5afb3d5974133576d6c570d2dda (diff) | |
download | ffmpeg-7b43402724b21cca805c8afac6ec33a211d52b85.tar.gz |
Add PJS subtitles demuxer and decoder.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index b65f595b79..42878ecab6 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -221,6 +221,7 @@ void av_register_all(void) REGISTER_MUXDEMUX(PCM_U16BE, pcm_u16be); REGISTER_MUXDEMUX(PCM_U16LE, pcm_u16le); REGISTER_MUXDEMUX(PCM_U8, pcm_u8); + REGISTER_DEMUXER (PJS, pjs); REGISTER_DEMUXER (PMP, pmp); REGISTER_MUXER (PSP, psp); REGISTER_DEMUXER (PVA, pva); |