General: Tidy up clang-format warnings part 2
This commit is contained in:
parent
312c3a7327
commit
78ddcbe3ba
18 changed files with 129 additions and 119 deletions
|
@ -78,7 +78,7 @@ public:
|
|||
const s16 surround_left{samples[i + 4]};
|
||||
const s16 surround_right{samples[i + 5]};
|
||||
// Not used in the ATSC reference implementation
|
||||
[[maybe_unused]] const s16 low_frequency_effects { samples[i + 3] };
|
||||
[[maybe_unused]] const s16 low_frequency_effects{samples[i + 3]};
|
||||
|
||||
constexpr s32 clev{707}; // center mixing level coefficient
|
||||
constexpr s32 slev{707}; // surround mixing level coefficient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue