mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-01 12:44:48 -04:00
When not decoding, still mark the packet as decoded so that recording will work.
This commit is contained in:
@@ -2950,9 +2950,11 @@ bool Monitor::Decode() {
|
||||
}
|
||||
} else {
|
||||
Debug(1, "Not Decoding ? %s", Decoding_Strings[decoding].c_str());
|
||||
packet->decoded = true;
|
||||
} // end if doing decoding
|
||||
} else {
|
||||
Debug(1, "No packet.size(%d) or packet->in_frame(%p). Not decoding", packet->packet->size, packet->in_frame.get());
|
||||
Warning(1, "No packet.size(%d) or packet->in_frame(%p). Not decoding", packet->packet->size, packet->in_frame.get());
|
||||
packet->decoded = true;
|
||||
} // end if need_decoding
|
||||
|
||||
if ((analysis_image == ANALYSISIMAGE_YCHANNEL) && packet->in_frame && (
|
||||
|
||||
Reference in New Issue
Block a user