Remove debug

This commit is contained in:
Isaac Connor 2021-05-17 16:30:47 -04:00
parent 26a9797909
commit 68fb87c861
1 changed files with 0 additions and 2 deletions

View File

@ -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) :