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/libnut.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/libnut.c') diff --git a/libavformat/libnut.c b/libavformat/libnut.c index 4543df7bd9..5630bf8c58 100644 --- a/libavformat/libnut.c +++ b/libavformat/libnut.c @@ -150,7 +150,7 @@ static int nut_write_trailer(AVFormatContext * avf) { return 0; } -AVOutputFormat libnut_muxer = { +AVOutputFormat ff_libnut_muxer = { "libnut", "nut format", "video/x-nut", @@ -297,7 +297,7 @@ static int nut_read_close(AVFormatContext *s) { return 0; } -AVInputFormat libnut_demuxer = { +AVInputFormat ff_libnut_demuxer = { "libnut", NULL_IF_CONFIG_SMALL("NUT format"), sizeof(NUTContext), -- cgit v1.2.3