diff allformats.c @ 6391:d05e8fb04c6f libavformat

Add Apple HTTP Live Streaming demuxer
author mstorsjo
date Thu, 19 Aug 2010 14:54:37 +0000
parents c4e4d3e9f487
children c2e5016e2b4e
line wrap: on
line diff
--- a/allformats.c	Thu Aug 19 14:50:40 2010 +0000
+++ b/allformats.c	Thu Aug 19 14:54:37 2010 +0000
@@ -56,6 +56,7 @@
     REGISTER_DEMUXER  (ANM, anm);
     REGISTER_DEMUXER  (APC, apc);
     REGISTER_DEMUXER  (APE, ape);
+    REGISTER_DEMUXER  (APPLEHTTP, applehttp);
     REGISTER_MUXDEMUX (ASF, asf);
     REGISTER_MUXDEMUX (ASS, ass);
     REGISTER_MUXER    (ASF_STREAM, asf_stream);