Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-28 08:15:00 +0400
committerClément Bœsch <ubitux@gmail.com>2012-12-31 02:55:28 +0400
commit7b43402724b21cca805c8afac6ec33a211d52b85 (patch)
treeab285806766de979f79df1f47bc716cd4cc98d94 /libavcodec/allcodecs.c
parent580ee973d16cb5afb3d5974133576d6c570d2dda (diff)
Add PJS subtitles demuxer and decoder.
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 314ef37764..d519a3e977 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -450,6 +450,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (MOVTEXT, movtext);
REGISTER_DECODER(MPL2, mpl2);
REGISTER_DECODER(PGSSUB, pgssub);
+ REGISTER_DECODER(PJS, pjs);
REGISTER_DECODER(REALTEXT, realtext);
REGISTER_DECODER(SAMI, sami);
REGISTER_ENCDEC (SRT, srt);