From c6610a216ed2948885772154a2eed696e0cb4aca Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò 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/idroqenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/idroqenc.c') diff --git a/libavformat/idroqenc.c b/libavformat/idroqenc.c index fda899a18f..8859c98a93 100644 --- a/libavformat/idroqenc.c +++ b/libavformat/idroqenc.c @@ -35,7 +35,7 @@ static int roq_write_header(struct AVFormatContext *s) return 0; } -AVOutputFormat roq_muxer = +AVOutputFormat ff_roq_muxer = { "RoQ", NULL_IF_CONFIG_SMALL("raw id RoQ format"), -- cgit v1.2.3