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/lxfdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/lxfdec.c') diff --git a/libavformat/lxfdec.c b/libavformat/lxfdec.c index 2575f36914..1d4d269d86 100644 --- a/libavformat/lxfdec.c +++ b/libavformat/lxfdec.c @@ -336,7 +336,7 @@ static int lxf_read_packet(AVFormatContext *s, AVPacket *pkt) return ret; } -AVInputFormat lxf_demuxer = { +AVInputFormat ff_lxf_demuxer = { .name = "lxf", .long_name = NULL_IF_CONFIG_SMALL("VR native stream format (LXF)"), .priv_data_size = sizeof(LXFDemuxContext), -- cgit v1.2.3