Merge branch 'release-1.36' of github.com:ZoneMinder/zoneminder into release-1.36

pull/3609/head
Isaac Connor 2022-08-29 14:11:03 -04:00
commit 8dcc1b9ac2
1 changed files with 0 additions and 1 deletions

View File

@ -289,7 +289,6 @@ void PacketQueue::clearPackets(const std::shared_ptr<ZMPacket> &add_packet) {
return;
} // end if first packet not locked
int max_keyframe_interval = 1;
int keyframe_interval_count = 1;
int video_packets_to_delete = 0; // This is a count of how many packets we will delete so we know when to stop looking
++it;