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/md5enc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/md5enc.c') diff --git a/libavformat/md5enc.c b/libavformat/md5enc.c index f9ab3d0933..dd2f7c03ae 100644 --- a/libavformat/md5enc.c +++ b/libavformat/md5enc.c @@ -65,7 +65,7 @@ static int write_trailer(struct AVFormatContext *s) return 0; } -AVOutputFormat md5_muxer = { +AVOutputFormat ff_md5_muxer = { "md5", NULL_IF_CONFIG_SMALL("MD5 testing format"), NULL, @@ -95,7 +95,7 @@ static int framemd5_write_packet(struct AVFormatContext *s, AVPacket *pkt) return 0; } -AVOutputFormat framemd5_muxer = { +AVOutputFormat ff_framemd5_muxer = { "framemd5", NULL_IF_CONFIG_SMALL("Per-frame MD5 testing format"), NULL, -- cgit v1.2.3