mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-08 15:58:47 +01:00
ebur128analysis: Remove extra semicolon
This commit is contained in:
parent
d8857d8e72
commit
dc65753a0b
@ -254,7 +254,7 @@ EBUR128State::EBUR128State(FrameFormat _dsc) : dsc(_dsc) {
|
||||
ebur128_set_channel(&*st, channel_number, gst_channel_to_ebur_channel(positions[channel_number]));
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
void EBUR128State::AddFrames(const char *data, size_t size) {
|
||||
|
||||
@ -494,7 +494,7 @@ std::optional<EBUR128Measures> EBUR128AnalysisImpl::Compute(const Song &song) {
|
||||
|
||||
}
|
||||
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
std::optional<EBUR128Measures> EBUR128Analysis::Compute(const Song &song) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user