diff --git a/libavcodec/vorbis.c b/libavcodec/vorbis.c index a44dca8aaaf6c562722bbc78d9a06024fadbc0e9..720ea778c963b7be88e14a1416d00a7d5b0d29ce 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) {