add some code comments
This commit is contained in:
parent
d53639c2bf
commit
c3e9b2b177
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue