summaryrefslogtreecommitdiff
path: root/libavresample/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-17 14:11:43 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-17 14:11:51 +0100
commit082dd17bd267c39e5a681a78132a1849db70d478 (patch)
tree8c834c1679ed150d45fae38fe2954abe79ce5ff8 /libavresample/version.h
parent8d07bbca6360a938c607dab4dcb333e12f3d915b (diff)
parent0cf3505930913d3584b215f6912de04ff41366e0 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: avresample: use valid log context in mixing functions lavr: remove automatic context close/open for resampling compensation Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavresample/version.h')
-rw-r--r--libavresample/version.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavresample/version.h b/libavresample/version.h
index 53ba802d85..834c942d93 100644
--- a/libavresample/version.h
+++ b/libavresample/version.h
@@ -39,4 +39,8 @@
* the public API and may change, break or disappear at any time.
*/
+#ifndef FF_API_RESAMPLE_CLOSE_OPEN
+#define FF_API_RESAMPLE_CLOSE_OPEN (LIBAVRESAMPLE_VERSION_MAJOR < 2)
+#endif
+
#endif /* AVRESAMPLE_VERSION_H */