From 775c4d3625412928f6902af8c1805ad274f78ebb Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Mon, 16 Jul 2012 11:56:20 +0200 Subject: rtmp: Rename rtmphttp to ffrtmphttp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The prefix makes it easier to distinguish the proper end-user protocols from the internal ones. Signed-off-by: Martin Storsjö --- libavformat/rtmphttp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/rtmphttp.c') diff --git a/libavformat/rtmphttp.c b/libavformat/rtmphttp.c index 499341a173..febe4b31d5 100644 --- a/libavformat/rtmphttp.c +++ b/libavformat/rtmphttp.c @@ -240,8 +240,8 @@ fail: return ret; } -URLProtocol ff_rtmphttp_protocol = { - .name = "rtmphttp", +URLProtocol ff_ffrtmphttp_protocol = { + .name = "ffrtmphttp", .url_open = rtmp_http_open, .url_read = rtmp_http_read, .url_write = rtmp_http_write, -- cgit v1.2.3