diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2007-05-07 13:30:08 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2007-05-07 13:30:08 +0000 |
commit | cb631737855f3c0154b677ed2890cc7032df4064 (patch) | |
tree | 5c2daa42ea7d8e8fc88fe62942d7a47a063863f3 /libavformat/allformats.h | |
parent | 1ca779e7eb9c05f5086b1f8169ac30d9e1bd9f77 (diff) | |
download | ffmpeg-cb631737855f3c0154b677ed2890cc7032df4064.tar.gz |
Renderware TXD demuxer
Originally committed as revision 8927 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r-- | libavformat/allformats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index 543fd3358d..698941e480 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -100,6 +100,7 @@ extern AVInputFormat swf_demuxer; extern AVInputFormat thp_demuxer; extern AVInputFormat tiertexseq_demuxer; extern AVInputFormat tta_demuxer; +extern AVInputFormat txd_demuxer; extern AVInputFormat v4l2_demuxer; extern AVInputFormat vc1_demuxer; extern AVInputFormat video_grab_bktr_demuxer; |