formatting/comment

pull/2887/head
Pliable Pixels 2020-03-13 15:11:00 -04:00
parent dd76ee2c9f
commit 30d45aee8f
1 changed files with 3 additions and 5 deletions

View File

@ -110,10 +110,8 @@ Event::Event(
id = mysql_insert_id(&dbconn);
//
/* Now update event with DefaultVideo name if applicable, so index.php
can read frames while the video is being recorded, since MP4 is created
using fragments */
/* Update event record with DefaultVideo name if possible so image.php can extract frames
if needed, while recording is in progress */
if ( monitor->GetOptVideoWriter() != 0 ) {
video_name[0] = 0;
snprintf(video_name, sizeof(video_name), "%" PRIu64 "-%s", id, "video.mp4");