This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Michael Niedermayer
13 years ago
parent
4468ad827a
commit
3339f87dbd
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libswresample/swresample.c
+1
-1
libswresample/swresample.h
+ 1
- 0
libswresample/swresample.c
View File
@@ -72,6 +72,7 @@ static const AVClass av_class = {
unsigned swresample_version(void)
{
av_assert0(LIBSWRESAMPLE_VERSION_MICRO >= 100);
return LIBSWRESAMPLE_VERSION_MICRO;
}
+ 1
- 1
libswresample/swresample.h
View File
@@ -31,7 +31,7 @@
#define LIBSWRESAMPLE_VERSION_MAJOR 0
#define LIBSWRESAMPLE_VERSION_MINOR 5
#define LIBSWRESAMPLE_VERSION_MICRO 0
#define LIBSWRESAMPLE_VERSION_MICRO
10
0
#define SWR_CH_MAX 16 ///< Maximum number of channels
Write
Preview
Loading…
Cancel
Save