X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtmphttp.c;h=2f78b155ba53c75d694933071dde8373c1dc69c4;hb=72e13600079ea480ed8b8ae1ac44469590024596;hp=8ed5eb1963ee8bfacafbfc5eac0f75c878a682b4;hpb=2814f06abf43455a470e5a509c21c65faa2e53c1;p=ffmpeg diff --git a/libavformat/rtmphttp.c b/libavformat/rtmphttp.c index 8ed5eb1963e..2f78b155ba5 100644 --- a/libavformat/rtmphttp.c +++ b/libavformat/rtmphttp.c @@ -265,7 +265,7 @@ static const AVClass ffrtmphttp_class = { .version = LIBAVUTIL_VERSION_INT, }; -URLProtocol ff_ffrtmphttp_protocol = { +const URLProtocol ff_ffrtmphttp_protocol = { .name = "ffrtmphttp", .url_open = rtmp_http_open, .url_read = rtmp_http_read,