You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix instances of broken indentation found by gcc 6
This commit is contained in:
@@ -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];
|
tone_level_idx_temp[ch][sb][0] = tone_level_idx_temp[ch][sb][1];
|
||||||
}
|
}
|
||||||
|
|
||||||
acc = 0;
|
acc = 0;
|
||||||
for (ch = 0; ch < nb_channels; ch++)
|
for (ch = 0; ch < nb_channels; ch++)
|
||||||
for (sb = 0; sb < 30; sb++)
|
for (sb = 0; sb < 30; sb++)
|
||||||
|
Reference in New Issue
Block a user