diff options
author | Peter Ross <pross@xvid.org> | 2010-07-18 08:06:55 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-07-18 08:06:55 +0000 |
commit | 5a717094676a9c3a5bc67686cb369911922cdd82 (patch) | |
tree | e5100336f6b0f517f1cf23550c9da7b19159cd0f /libavformat/allformats.c | |
parent | 0459bf2d02a0c53c334354f3a0d30de68458dae2 (diff) | |
download | ffmpeg-5a717094676a9c3a5bc67686cb369911922cdd82.tar.gz |
Tele-typewriter demuxer
Originally committed as revision 24301 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 94ab78c4e7..502c36c244 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -198,6 +198,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (TRUEHD, truehd); REGISTER_DEMUXER (TTA, tta); REGISTER_DEMUXER (TXD, txd); + REGISTER_DEMUXER (TTY, tty); REGISTER_DEMUXER (VC1, vc1); REGISTER_MUXDEMUX (VC1T, vc1t); REGISTER_DEMUXER (VMD, vmd); |