Skip to content

Commit

Permalink
reformatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed May 1, 2024
1 parent 9fe580b commit 0511af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rtsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,8 @@ namespace rtsp_stream {
config.audio.flags[audio::config_t::HIGH_QUALITY] = (content.find("0.0.0.0"sv) == std::string::npos);
}
}
} else if (session.surround_params.length() > 3) {
}
else if (session.surround_params.length() > 3) {
// Channels
std::uint8_t c = session.surround_params[0] - '0';

Check warning on line 1043 in src/rtsp.cpp

View check run for this annotation

Codecov / codecov/patch

src/rtsp.cpp#L1043

Added line #L1043 was not covered by tests
// Streams
Expand Down

0 comments on commit 0511af3

Please sign in to comment.