summaryrefslogtreecommitdiff
path: root/libavformat/allformats.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 /libavformat/allformats.c
parent53640f42be9f18368a8339116f8abf30616c60b2 (diff)
RealText demuxer and decoder.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 4ae790f25a..231b0cbf95 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -199,6 +199,7 @@ void av_register_all(void)
REGISTER_DEMUXER (QCP, qcp);
REGISTER_DEMUXER (R3D, r3d);
REGISTER_MUXDEMUX (RAWVIDEO, rawvideo);
+ REGISTER_DEMUXER (REALTEXT, realtext);
REGISTER_DEMUXER (RL2, rl2);
REGISTER_MUXDEMUX (RM, rm);
REGISTER_MUXDEMUX (ROQ, roq);