From 583ee19f865bdeaff0ebfddeba62cdeed22142c9 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 24 May 2026 17:57:32 -0400 Subject: [PATCH] deps: advance RtspServer pin to a0715995 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bring two upstream fixes from master's pin into release-1.38: ce6b3ab use frame.last for RTP marker bit instead of hardcoded 1 (correctly clears the marker on non-final packets of a multi-packet frame; ZoneMinder's callers don't set .last, which still defaults to 1 in the AVFrame ctor — same behaviour for single-packet frames as before) a071599 bump cmake_minimum_required to 3.10 to silence deprecation warning Co-Authored-By: Claude Opus 4.7 (1M context) --- dep/RtspServer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/RtspServer b/dep/RtspServer index 24e6b7153..a07159957 160000 --- a/dep/RtspServer +++ b/dep/RtspServer @@ -1 +1 @@ -Subproject commit 24e6b7153aa561ecc4123cc7c8fc1b530cde0bc9 +Subproject commit a071599575f60a6f1f424e1f9b408dad7da734a8