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-10-14 05:08:30 +0400
committerClément Bœsch <ubitux@gmail.com>2012-10-19 00:51:44 +0400
commite807a2b64899c8be82b5321ed0cb633777786c51 (patch)
treef79ed4c57bcf66f21782a4bf9672650a7da8abf0 /libavcodec/allcodecs.c
parentc753b56b4d56724284dd7ed972efdb843db80f12 (diff)
lavc: add raw text subtitles 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 d7fb1d105b..8d11909ffb 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -425,6 +425,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (SRT, srt);
REGISTER_ENCDEC (SUBRIP, subrip);
REGISTER_DECODER (SUBVIEWER, subviewer);
+ REGISTER_DECODER (TEXT, text);
REGISTER_DECODER (WEBVTT, webvtt);
REGISTER_ENCDEC (XSUB, xsub);