mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-30 19:52:31 -04:00
Remove debug
This commit is contained in:
@@ -42,10 +42,8 @@ ZMPacket::ZMPacket() :
|
||||
pts(0),
|
||||
decoded(0)
|
||||
{
|
||||
Debug(1, "ZMPacket");
|
||||
av_init_packet(&packet);
|
||||
packet.size = 0; // So we can detect whether it has been filled.
|
||||
Debug(1, "ZMPacket");
|
||||
}
|
||||
|
||||
ZMPacket::ZMPacket(Image *i, const timeval &tv) :
|
||||
|
||||
Reference in New Issue
Block a user