aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-06-17 11:43:34 +0200
committerClément Bœsch <ubitux@gmail.com>2012-06-29 20:22:04 +0200
commit439e32f9b86adbefafceec2034cc649c0b329805 (patch)
tree566045ebaffaa1f13d1e2f9a7aa71d6a3e68b2ed /libavcodec/allcodecs.c
parent53640f42be9f18368a8339116f8abf30616c60b2 (diff)
downloadffmpeg-439e32f9b86adbefafceec2034cc649c0b329805.tar.gz
RealText 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 be36b84640..51e603e10d 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -405,6 +405,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (JACOSUB, jacosub);
REGISTER_DECODER (MICRODVD, microdvd);
REGISTER_DECODER (PGSSUB, pgssub);
+ REGISTER_DECODER (REALTEXT, realtext);
REGISTER_DECODER (SAMI, sami);
REGISTER_ENCDEC (SRT, srt);
REGISTER_ENCDEC (XSUB, xsub);