summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2008-04-20 20:28:12 +0000
committerBenjamin Larsson <banan@ludd.ltu.se>2008-04-20 20:28:12 +0000
commit63d864434d82cd43f3a91d1f3398043afad04ab4 (patch)
treeb213d6786b40ba5412c1f8c3db8660bd11cfa6ec /libavformat/allformats.c
parentf55b299ae67d2205fb253783e773360e2c9733a6 (diff)
Raw dts muxer
Originally committed as revision 12912 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 149d6df0a9..9e47a6f7b4 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -70,7 +70,7 @@ void av_register_all(void)
REGISTER_MUXER (CRC, crc);
REGISTER_DEMUXER (DAUD, daud);
REGISTER_DEMUXER (DSICIN, dsicin);
- REGISTER_DEMUXER (DTS, dts);
+ REGISTER_MUXDEMUX (DTS, dts);
REGISTER_MUXDEMUX (DV, dv);
REGISTER_DEMUXER (DXA, dxa);
REGISTER_DEMUXER (EA, ea);