X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fallformats.c;h=562f6248a5b8a568e411fb0e83284eb5413c3ccd;hb=f4f4e12c0d4e86c4900481b7dca94d22e733c14a;hp=0ff4b5aa8e8c914d1ffea1d7a48870b25a4b1db0;hpb=c6610a216ed2948885772154a2eed696e0cb4aca;p=ffmpeg diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 0ff4b5aa8e8..562f6248a5b 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -229,6 +229,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (LIBNUT, libnut); /* protocols */ + REGISTER_PROTOCOL (APPLEHTTP, applehttp); REGISTER_PROTOCOL (CONCAT, concat); REGISTER_PROTOCOL (FILE, file); REGISTER_PROTOCOL (GOPHER, gopher);