[FFmpeg-devel] [PATCH 14/30] avdevice/version_major: postpone some deprecations until the next bump
James Almer
jamrial at gmail.com
Mon Feb 24 00:06:14 EET 2025
They are too recent.
Signed-off-by: James Almer <jamrial at gmail.com>
---
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 */
--
2.48.1
More information about the ffmpeg-devel
mailing list