summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2009-05-06 22:01:54 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-05-06 22:01:54 +0000
commit7c7d3e09f6aab8e2cdfc2d333c63c51fc076dd34 (patch)
tree889db1a3b89d1d2ddd10fc1c1dbe83f5342f1c10 /libavformat/allformats.c
parenta1fd2bc35044e21a3f6d2211ad50dc6de6c78ff8 (diff)
Add 8088flex TMV file demuxer.
Patch by Daniel Verkamp daniel|at|drv|nu. Originally committed as revision 18766 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 e193af704d..626b66cf2e 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -182,6 +182,7 @@ void av_register_all(void)
REGISTER_MUXER (TGP, tgp);
REGISTER_DEMUXER (THP, thp);
REGISTER_DEMUXER (TIERTEXSEQ, tiertexseq);
+ REGISTER_DEMUXER (TMV, tmv);
REGISTER_MUXDEMUX (TRUEHD, truehd);
REGISTER_DEMUXER (TTA, tta);
REGISTER_DEMUXER (TXD, txd);