From 934e1c23b0564402fb1f8e3e4c4a377d9c44f215 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Mon, 7 Jul 2025 17:19:44 +0200 Subject: [PATCH] APIchanges: Add entry for AV_PKT_DATA_RTCP_SR --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 9c03e541fd..6018da37e1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2025-03-28 API changes, most recent first: +2025-07-07 - eca477da52 - lavc 62.6.100 - packet.h + Add AV_PKT_DATA_RTCP_SR. + 2025-07-01 - 39d5a998bd - lavc 62.4.101 - packet.h Add AV_PKT_DATA_3D_REFERENCE_DISPLAYS.