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/sunrast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/sunrast.c') diff --git a/libavcodec/sunrast.c b/libavcodec/sunrast.c index 0696a53f15..76b65b356c 100644 --- a/libavcodec/sunrast.c +++ b/libavcodec/sunrast.c @@ -184,7 +184,7 @@ static av_cold int sunrast_end(AVCodecContext *avctx) { return 0; } -AVCodec sunrast_decoder = { +AVCodec ff_sunrast_decoder = { "sunrast", AVMEDIA_TYPE_VIDEO, CODEC_ID_SUNRAST, -- cgit v1.2.3