summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2012-11-29 13:14:50 -0300
committerPaul B Mahol <onemda@gmail.com>2012-12-04 11:25:46 +0000
commitb70251c0adcc256899217798ac744b440d41d237 (patch)
tree0e845fc0ef727d04e978d4b12db834d3d04b75ce /libavformat/allformats.c
parent7f0e7fc9e2e668a535dec5a5c70aa95c7788700c (diff)
AST Muxer
Signed-off-by: James Almer <jamrial@gmail.com>
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 2987b8a85b..d57947f189 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -65,7 +65,7 @@ void av_register_all(void)
REGISTER_DEMUXER (APE, ape);
REGISTER_MUXDEMUX (ASF, asf);
REGISTER_MUXDEMUX (ASS, ass);
- REGISTER_DEMUXER (AST, ast);
+ REGISTER_MUXDEMUX (AST, ast);
REGISTER_MUXER (ASF_STREAM, asf_stream);
REGISTER_MUXDEMUX (AU, au);
REGISTER_MUXDEMUX (AVI, avi);