summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorIvo van Poorten <ivop@euronet.nl>2007-05-07 13:30:08 +0000
committerIvo van Poorten <ivop@euronet.nl>2007-05-07 13:30:08 +0000
commitcb631737855f3c0154b677ed2890cc7032df4064 (patch)
tree5c2daa42ea7d8e8fc88fe62942d7a47a063863f3 /libavformat/allformats.c
parent1ca779e7eb9c05f5086b1f8169ac30d9e1bd9f77 (diff)
Renderware TXD demuxer
Originally committed as revision 8927 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 117d6f719d..276e4aca71 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -150,6 +150,7 @@ void av_register_all(void)
REGISTER_DEMUXER (THP, thp);
REGISTER_DEMUXER (TIERTEXSEQ, tiertexseq);
REGISTER_DEMUXER (TTA, tta);
+ REGISTER_DEMUXER (TXD, txd);
REGISTER_DEMUXER (V4L2, v4l2);
REGISTER_DEMUXER (VC1, vc1);
REGISTER_DEMUXER (VIDEO_GRAB_BKTR, video_grab_bktr);