mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-01-13 07:53:22 -05:00
clang-format-3.7 --style=Google -i
(This time for real.)
This commit is contained in:
parent
708bbf5eb2
commit
09e1023b6a
@ -136,8 +136,7 @@ void WebInterface::HandleCameraDetail(evhttp_request *req, void *arg) {
|
||||
// Rather than listing each 60-second recording, generate a HTML row for
|
||||
// aggregated .mp4 files of up to kForceSplitDuration90k each, provided
|
||||
// there is no gap or change in video parameters between recordings.
|
||||
static const int64_t kForceSplitDuration90k =
|
||||
60 * 60 * kTimeUnitsPerSecond;
|
||||
static const int64_t kForceSplitDuration90k = 60 * 60 * kTimeUnitsPerSecond;
|
||||
ListCameraRecordingsRow aggregated;
|
||||
auto maybe_finish_html_row = [&]() {
|
||||
if (aggregated.start_time_90k == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user