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/adxdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/adxdec.c') diff --git a/libavcodec/adxdec.c b/libavcodec/adxdec.c index 030f2d781a..991528a7d2 100644 --- a/libavcodec/adxdec.c +++ b/libavcodec/adxdec.c @@ -166,7 +166,7 @@ static int adx_decode_frame(AVCodecContext *avctx, return buf-buf0; } -AVCodec adpcm_adx_decoder = { +AVCodec ff_adpcm_adx_decoder = { "adpcm_adx", AVMEDIA_TYPE_AUDIO, CODEC_ID_ADPCM_ADX, -- cgit v1.2.3