avcodec/synth_filter: fix whitespace

This commit is contained in:
foo86
2016-01-07 17:27:00 +03:00
committed by Hendrik Leppkes
parent 4a53b83691
commit 8984806a51

View File

@@ -53,6 +53,7 @@ static void synth_filter_float(FFTContext *imdct,
synth_buf2[i ] = c; synth_buf2[i ] = c;
synth_buf2[i + 16] = d; synth_buf2[i + 16] = d;
} }
*synth_buf_offset = (*synth_buf_offset - 32) & 511; *synth_buf_offset = (*synth_buf_offset - 32) & 511;
} }