summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-09 08:43:07 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-09 20:31:26 +0200
commitf20ab492acd2ab49f859dcd6d310029fb8c09dc4 (patch)
tree27f5a5feb0ccc9acdd34ce283d6d5eb32daacf47 /libavfilter/version.h
parenta6bdfc2a92a46aa7ee2d95a40f43b848ef94ec13 (diff)
lavfi: change AVFilterLink.sample_rate from int64_t to int on next bump
There is no real reason for it to be 64bit, it's just a plain int in the rest of Libav.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 718ed7812e..71928f3f3b 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -47,5 +47,8 @@
#ifndef FF_API_GRAPH_AVCLASS
#define FF_API_GRAPH_AVCLASS (LIBAVFILTER_VERSION_MAJOR > 2)
#endif
+#ifndef FF_API_SAMPLERATE64
+#define FF_API_SAMPLERATE64 (LIBAVFILTER_VERSION_MAJOR < 3)
+#endif
#endif // AVFILTER_VERSION_H