add some code comments

This commit is contained in:
Isaac Connor 2017-04-18 14:17:57 -04:00
parent d53639c2bf
commit c3e9b2b177
1 changed files with 2 additions and 2 deletions

View File

@ -631,7 +631,7 @@ int FfmpegCamera::CaptureAndRecord( Image &image, timeval recording, char* event
NULL,
startTime,
this->getMonitor());
}
} // end if record_audio
strcpy(oldDirectory, event_file);
// Need to write out all the frames from the last keyframe?
@ -661,7 +661,7 @@ int FfmpegCamera::CaptureAndRecord( Image &image, timeval recording, char* event
delete queued_packet;
} // end while packets in the packetqueue
Debug(2, "Wrote %d queued packets", packet_count );
} // end if ! wasRecording
} // end if ! was recording
} else {
// Not recording