Commit 7e63b1ae authored by vitor's avatar vitor

Make etable1 and etable2 tables instead of arrays.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13212 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 694ea801
......@@ -256,8 +256,8 @@ static void do_output_subblock(Real144_internal *glob, const unsigned short *gs
memmove(glob->buffer_2, glob->buffer_2 + BLOCKSIZE, (BUFFERSIZE - BLOCKSIZE) * 2);
block = glob->buffer_2 + BUFFERSIZE - BLOCKSIZE;
add_wav(d, a, g, e, f, buffer_a, etable1 + b*BLOCKSIZE,
etable2 + c*BLOCKSIZE, block);
add_wav(d, a, g, e, f, buffer_a, etable1[b],
etable2[c], block);
final(gsp, block, output_buffer, glob->buffer, BLOCKSIZE);
}
......
This diff is collapsed.
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