From 59e6f60a99741137811dea2c2980e1f8adbdf0df Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sat, 8 Dec 2007 21:21:11 +0000 Subject: add ff_ prefix to all simple_idct symbols Originally committed as revision 11192 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dv.c') diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 19615b4319..2244263b93 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -225,7 +225,7 @@ static int dvvideo_init(AVCodecContext *avctx) /* 248DCT setup */ s->fdct[1] = dsp.fdct248; - s->idct_put[1] = simple_idct248_put; // FIXME: need to add it to DSP + s->idct_put[1] = ff_simple_idct248_put; // FIXME: need to add it to DSP if(avctx->lowres){ for (i=0; i<64; i++){ int j= ff_zigzag248_direct[i]; -- cgit v1.2.3