mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-04-15 08:45:43 -04: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
|
// Rather than listing each 60-second recording, generate a HTML row for
|
||||||
// aggregated .mp4 files of up to kForceSplitDuration90k each, provided
|
// aggregated .mp4 files of up to kForceSplitDuration90k each, provided
|
||||||
// there is no gap or change in video parameters between recordings.
|
// there is no gap or change in video parameters between recordings.
|
||||||
static const int64_t kForceSplitDuration90k =
|
static const int64_t kForceSplitDuration90k = 60 * 60 * kTimeUnitsPerSecond;
|
||||||
60 * 60 * kTimeUnitsPerSecond;
|
|
||||||
ListCameraRecordingsRow aggregated;
|
ListCameraRecordingsRow aggregated;
|
||||||
auto maybe_finish_html_row = [&]() {
|
auto maybe_finish_html_row = [&]() {
|
||||||
if (aggregated.start_time_90k == -1) {
|
if (aggregated.start_time_90k == -1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user