Commit f6c2f893 authored by reimar's avatar reimar

Remove unused variable.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19745 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c3ab5ee5
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment