mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Cosmetics: do not align with now removed next instruction
Originally committed as revision 14449 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2c46367163
commit
c6ad13044a
@ -177,7 +177,7 @@ static void do_hybrid_window(int order, int n, int non_rec, const float *in,
|
||||
float work[111];
|
||||
|
||||
/* update history */
|
||||
memmove(hist , hist + n, (order + non_rec)*sizeof(*hist));
|
||||
memmove(hist, hist + n, (order + non_rec)*sizeof(*hist));
|
||||
|
||||
for (x=0; x < n; x++)
|
||||
hist[order + non_rec + x] = in[n-x-1];
|
||||
|
Loading…
Reference in New Issue
Block a user