summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2008-07-23 17:06:40 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2008-07-23 17:06:40 +0000
commit327ce5e6e651a1570f02ba136a1a809a309f0d18 (patch)
treed936e9f78af40e865d21ea6345ac0044e095074d /libavformat/allformats.c
parentcf67f1655c30083d1f8474b07937915f110cbd33 (diff)
SMPTE 421M Annex L (aka .rcv) muxer
Originally committed as revision 14352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 81111af660..6441ca996c 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -167,7 +167,7 @@ void av_register_all(void)
REGISTER_DEMUXER (TTA, tta);
REGISTER_DEMUXER (TXD, txd);
REGISTER_DEMUXER (VC1, vc1);
- REGISTER_DEMUXER (VC1T, vc1t);
+ REGISTER_MUXDEMUX (VC1T, vc1t);
REGISTER_DEMUXER (VMD, vmd);
REGISTER_MUXDEMUX (VOC, voc);
REGISTER_MUXDEMUX (WAV, wav);