diff --git a/src/zm_ffmpeg_input.cpp b/src/zm_ffmpeg_input.cpp index 42d1815ce..b55e6d921 100644 --- a/src/zm_ffmpeg_input.cpp +++ b/src/zm_ffmpeg_input.cpp @@ -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; }