summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-10-02 23:05:29 +0200
committerLuca Barbato <lu_zero@gentoo.org>2011-12-19 18:31:28 +0100
commit02e8f03296d29949a7cffc8fa3e704b0efa66f17 (patch)
tree8425427e50808d1c78df851817a6bd1d87e40039 /libavformat/allformats.c
parent1ee5b5e823e3fe7e5599036bb057bfbcb3aa260c (diff)
segment: introduce segmented chain muxer
It behaves similarly to image2 muxer
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 c75f1bacae..083ee08040 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -197,6 +197,7 @@ void av_register_all(void)
av_register_rdt_dynamic_payload_handlers();
#endif
REGISTER_DEMUXER (SEGAFILM, segafilm);
+ REGISTER_MUXER (SEGMENT, segment);
REGISTER_DEMUXER (SHORTEN, shorten);
REGISTER_DEMUXER (SIFF, siff);
REGISTER_DEMUXER (SMACKER, smacker);