summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-10-17 03:38:27 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-10-17 03:38:47 +0200
commit52673ab18a8f241e37aea83236ffe0fa84b78655 (patch)
tree64581b987853d985a747e0a1f0ec02f2b19ef9c0 /libavformat/allformats.c
parent266172aaf968bb71713490cdc64ae4929ad08b8b (diff)
parent13c99587511bfc35acf3b9427ef4d48ae5aec312 (diff)
Merge remote-tracking branch 'luzero/segment'
* luzero/segment: segment: extend options segment: basic pattern support and playlist output segment: introduce segmented chain muxer output-example: extend duration ratecontrol: estimate twice the qscale values Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 5c629149a3..7e0e9cef52 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -203,6 +203,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);