diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-10-14 03:08:30 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-10-18 22:51:44 +0200 |
commit | e807a2b64899c8be82b5321ed0cb633777786c51 (patch) | |
tree | f79ed4c57bcf66f21782a4bf9672650a7da8abf0 /libavcodec/allcodecs.c | |
parent | c753b56b4d56724284dd7ed972efdb843db80f12 (diff) | |
download | ffmpeg-e807a2b64899c8be82b5321ed0cb633777786c51.tar.gz |
lavc: add raw text subtitles decoder.
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
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); |