aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2025-02-19 15:44:47 -0300
committerJames Almer <jamrial@gmail.com>2025-03-28 14:33:07 -0300
commit8a7ce397bcbf2989f7faffba3aa89dfcc35eb779 (patch)
tree905b977486cd678a95aa4880c249acadafbacd29
parent17b31065f0f74711882ddd26c5ae7a15fdd910a8 (diff)
downloadffmpeg-8a7ce397bcbf2989f7faffba3aa89dfcc35eb779.tar.gz
avdevice/version_major: postpone some deprecations until the next bump
They are too recent. Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavdevice/version_major.h2
1 files changed, 1 insertions, 1 deletions
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 */