From 23638d877842788af7ae75d5b1c9d8cf85715f09 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 30 Aug 2009 08:29:11 +0000 Subject: Remove unused variable. Originally committed as revision 19745 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/vorbis.c') diff --git a/libavcodec/vorbis.c b/libavcodec/vorbis.c index a44dca8aaa..720ea778c9 100644 --- a/libavcodec/vorbis.c +++ b/libavcodec/vorbis.c @@ -148,7 +148,6 @@ void ff_vorbis_ready_floor1_list(vorbis_floor1_entry * list, int values) { static inline void render_line_unrolled(intptr_t x, intptr_t y, int x1, intptr_t sy, int ady, int adx, float * buf) { int err = -adx; - int tmp; x -= x1-1; buf += x1-1; while (++x < 0) { -- cgit v1.2.3