1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avdevice/version_major: postpone some deprecations until the next bump

They are too recent.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2025-02-19 15:44:47 -03:00
parent 17b31065f0
commit 8a7ce397bc

View File

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