1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

Fix instances of broken indentation found by gcc 6

This commit is contained in:
Anton Khirnov
2016-07-29 16:18:25 +02:00
parent 5ed4644d6d
commit 5ebef79abe
4 changed files with 73 additions and 72 deletions

View File

@@ -722,6 +722,7 @@ static void fill_coding_method_array(sb_int8_array tone_level_idx,
}
tone_level_idx_temp[ch][sb][0] = tone_level_idx_temp[ch][sb][1];
}
acc = 0;
for (ch = 0; ch < nb_channels; ch++)
for (sb = 0; sb < 30; sb++)