From c6610a216ed2948885772154a2eed696e0cb4aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Tue, 25 Jan 2011 22:03:28 +0000 Subject: Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. --- libavformat/rtpproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtpproto.c') diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 0e2abf556b..6ef67849f5 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -359,7 +359,7 @@ int rtp_get_rtcp_file_handle(URLContext *h) { return s->rtcp_fd; } -URLProtocol rtp_protocol = { +URLProtocol ff_rtp_protocol = { "rtp", rtp_open, rtp_read, -- cgit v1.2.1