Skip to content

Commit 8ce4695

Browse files
Fix endif
1 parent f53e6a4 commit 8ce4695

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/zm_packetqueue.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ bool PacketQueue::queuePacket(std::shared_ptr<ZMPacket> add_packet) {
125125
} else {
126126
Debug(1, "Not video stream %d", add_avpacket->stream_index);
127127
}
128-
#endif
129128

130129
pktQueue.push_back(add_packet);
131130

0 commit comments

Comments
 (0)