mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4468ad827a
commit
3339f87dbd
@ -72,6 +72,7 @@ static const AVClass av_class = {
|
|||||||
|
|
||||||
unsigned swresample_version(void)
|
unsigned swresample_version(void)
|
||||||
{
|
{
|
||||||
|
av_assert0(LIBSWRESAMPLE_VERSION_MICRO >= 100);
|
||||||
return LIBSWRESAMPLE_VERSION_MICRO;
|
return LIBSWRESAMPLE_VERSION_MICRO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#define LIBSWRESAMPLE_VERSION_MAJOR 0
|
#define LIBSWRESAMPLE_VERSION_MAJOR 0
|
||||||
#define LIBSWRESAMPLE_VERSION_MINOR 5
|
#define LIBSWRESAMPLE_VERSION_MINOR 5
|
||||||
#define LIBSWRESAMPLE_VERSION_MICRO 0
|
#define LIBSWRESAMPLE_VERSION_MICRO 100
|
||||||
|
|
||||||
#define SWR_CH_MAX 16 ///< Maximum number of channels
|
#define SWR_CH_MAX 16 ///< Maximum number of channels
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user