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-07-14 01:42:35 +0400
committerClément Bœsch <ubitux@gmail.com>2012-07-27 00:22:54 +0400
commit316f8db2c214aecf3fcbb3172fef0c4446a5d18f (patch)
tree4841a4318a0238f758522112e10b71633258874c /libavcodec/allcodecs.c
parent2755abff3ea096184849a80aa751e16bc6911676 (diff)
SubViewer 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 bc37907069..6bcc3c2f25 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -414,6 +414,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (REALTEXT, realtext);
REGISTER_DECODER (SAMI, sami);
REGISTER_ENCDEC (SRT, srt);
+ REGISTER_DECODER (SUBVIEWER, subviewer);
REGISTER_ENCDEC (XSUB, xsub);
/* external libraries */