summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-08-15 16:06:52 +0300
committerMartin Storsjö <martin@martin.st>2013-11-02 10:51:00 +0200
commit435214a757fc71d1680b12d6f930254cab3935d1 (patch)
tree24411ce2362eecfc8a9ee0792ebda097cb48dbc1 /libavformat/allformats.c
parentdc6ea00cd2b91b591e6726e5bf1d5e03a4a9bdd0 (diff)
Add an HDS live fragmenting muxer
HDS fragments basically are FLV fragments wrapped in an ISO media mdat atom. Signed-off-by: Martin Storsjö <martin@martin.st>
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 363462e684..3bc128b818 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -117,6 +117,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX(H261, h261);
REGISTER_MUXDEMUX(H263, h263);
REGISTER_MUXDEMUX(H264, h264);
+ REGISTER_MUXER (HDS, hds);
REGISTER_DEMUXER (HEVC, hevc);
REGISTER_MUXDEMUX(HLS, hls);
REGISTER_DEMUXER (HNM, hnm);