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/mmf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/mmf.c') diff --git a/libavformat/mmf.c b/libavformat/mmf.c index 85b23a3a6a..2b2af4df28 100644 --- a/libavformat/mmf.c +++ b/libavformat/mmf.c @@ -291,7 +291,7 @@ static int mmf_read_packet(AVFormatContext *s, } #if CONFIG_MMF_DEMUXER -AVInputFormat mmf_demuxer = { +AVInputFormat ff_mmf_demuxer = { "mmf", NULL_IF_CONFIG_SMALL("Yamaha SMAF"), sizeof(MMFContext), @@ -303,7 +303,7 @@ AVInputFormat mmf_demuxer = { }; #endif #if CONFIG_MMF_MUXER -AVOutputFormat mmf_muxer = { +AVOutputFormat ff_mmf_muxer = { "mmf", NULL_IF_CONFIG_SMALL("Yamaha SMAF"), "application/vnd.smaf", -- cgit v1.2.3