mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Cosmetics
Originally committed as revision 13394 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f8b5f7c71d
commit
b906a5e3b7
@ -225,8 +225,7 @@ 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, m, buffer_a, etable1[b],
|
||||
etable2[c], block);
|
||||
add_wav(d, a, m, buffer_a, etable1[b], etable2[c], block);
|
||||
|
||||
final(gsp, block, output_buffer, glob->buffer, BLOCKSIZE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user