From c3b5e43a7ace6b3f2eb6f232964b3f21cfa31c1f Mon Sep 17 00:00:00 2001 From: Oleg Date: Wed, 8 Apr 2026 08:41:29 +0300 Subject: [PATCH] engine: client: avi: bump FFMPEG symbols --- engine/client/avi/avi_ffmpeg.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/engine/client/avi/avi_ffmpeg.h b/engine/client/avi/avi_ffmpeg.h index 4c0c574a..7dc6a969 100644 --- a/engine/client/avi/avi_ffmpeg.h +++ b/engine/client/avi/avi_ffmpeg.h @@ -31,11 +31,11 @@ GNU General Public License for more details. // ffmpeg guarantees API and ABI compatibility between major versions // so complain if this gets compiled against unsupported yet version // the same check will be done in runtime to ensure compatibility -#define SUPPORTED_AVU_VERSION_MAJOR 59 -#define SUPPORTED_AVF_VERSION_MAJOR 61 -#define SUPPORTED_AVC_VERSION_MAJOR 61 -#define SUPPORTED_SWR_VERSION_MAJOR 5 -#define SUPPORTED_SWS_VERSION_MAJOR 8 +#define SUPPORTED_AVU_VERSION_MAJOR 60 +#define SUPPORTED_AVF_VERSION_MAJOR 62 +#define SUPPORTED_AVC_VERSION_MAJOR 62 +#define SUPPORTED_SWR_VERSION_MAJOR 6 +#define SUPPORTED_SWS_VERSION_MAJOR 9 #if SUPPORTED_AVU_VERSION_MAJOR != LIBAVUTIL_VERSION_MAJOR #error "unsupported libavutil version"