summaryrefslogtreecommitdiff
path: root/libswresample/swresample.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-23 23:26:02 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-23 23:26:02 +0100
commit320b8d6335548c473deef58f638665c82dda35b4 (patch)
tree8879641e51b757258c5f440c4167f0fa6934cc3d /libswresample/swresample.h
parent8ff4fff7741a2febfd52be80cee4aadba9f9d760 (diff)
downloadffmpeg-320b8d6335548c473deef58f638665c82dda35b4.tar.gz
swr: fix swresample_version()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample.h')
-rw-r--r--libswresample/swresample.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index fa85e24f1f..5b9eed926f 100644
--- a/libswresample/swresample.h
+++ b/libswresample/swresample.h
@@ -33,6 +33,10 @@
#define LIBSWRESAMPLE_VERSION_MINOR 5
#define LIBSWRESAMPLE_VERSION_MICRO 100
+#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
+ LIBSWRESAMPLE_VERSION_MINOR, \
+ LIBSWRESAMPLE_VERSION_MICRO)
+
#define SWR_CH_MAX 16 ///< Maximum number of channels
#define SWR_FLAG_RESAMPLE 1 ///< Force resampling even if equal sample rate