[FFmpeg-cvslog] avdevice/version_major: postpone some deprecations until the next bump

James Almer git at videolan.org
Fri Mar 28 19:45:27 EET 2025


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Feb 19 15:44:47 2025 -0300| [8a7ce397bcbf2989f7faffba3aa89dfcc35eb779] | committer: James Almer

avdevice/version_major: postpone some deprecations until the next bump

They are too recent.

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a7ce397bcbf2989f7faffba3aa89dfcc35eb779
---

 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 */



More information about the ffmpeg-cvslog mailing list