From 8a7ce397bcbf2989f7faffba3aa89dfcc35eb779 Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 19 Feb 2025 15:44:47 -0300 Subject: [PATCH] avdevice/version_major: postpone some deprecations until the next bump They are too recent. Signed-off-by: James Almer --- libavdevice/version_major.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/version_major.h b/libavdevice/version_major.h index 6e7dd62027..470e5626be 100644 --- a/libavdevice/version_major.h +++ b/libavdevice/version_major.h @@ -33,6 +33,6 @@ * the public API and may change, break or disappear at any time. */ -#define FF_API_ALSA_CHANNELS (LIBAVDEVICE_VERSION_MAJOR < 62) +#define FF_API_ALSA_CHANNELS (LIBAVDEVICE_VERSION_MAJOR < 63) #endif /* AVDEVICE_VERSION_MAJOR_H */