From d36beb3f6902b1217beda576aa18abf7eb72b03c Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 25 Jan 2011 21:40:11 +0000 Subject: Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard --- libavcodec/vp3_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp3_parser.c') diff --git a/libavcodec/vp3_parser.c b/libavcodec/vp3_parser.c index c22e6dd277..4453447aaf 100644 --- a/libavcodec/vp3_parser.c +++ b/libavcodec/vp3_parser.c @@ -35,7 +35,7 @@ static int parse(AVCodecParserContext *s, return buf_size; } -AVCodecParser vp3_parser = { +AVCodecParser ff_vp3_parser = { { CODEC_ID_THEORA, CODEC_ID_VP3, CODEC_ID_VP6, CODEC_ID_VP6F, CODEC_ID_VP6A }, 0, -- cgit v1.2.3