mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-27 10:12:56 -04:00
Increase debug level when packet is not for our stream, which is common when audio is present.
This commit is contained in:
@@ -168,7 +168,7 @@ AVFrame *FFmpeg_Input::get_frame(int stream_id) {
|
||||
av_packet_guard pkt_guard{packet};
|
||||
|
||||
if ((stream_id >= 0) && (packet->stream_index != stream_id)) {
|
||||
Debug(1,"Packet is not for our stream (%d)", packet->stream_index );
|
||||
Debug(4, "Packet is not for our stream (%d)", packet->stream_index );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user