diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-17 12:36:52 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-26 13:15:14 +0200 |
commit | 6c1e065bd4a20f6bcac14667ae11d7ffee1551d9 (patch) | |
tree | 99ce1be73b71acd6c6c498b05c2823a32edbaa6c /libavfilter/version.h | |
parent | 8d900aa4d0061967678c28d74659f918b0dbcad9 (diff) | |
download | ffmpeg-6c1e065bd4a20f6bcac14667ae11d7ffee1551d9.tar.gz |
lavfi: remove disabled FF_API_SAMPLERATE64 cruft
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 38b61fd8d4..472643bc79 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -44,9 +44,6 @@ * Those FF_API_* defines are not part of public API. * They may change, break or disappear at any time. */ -#ifndef FF_API_SAMPLERATE64 -#define FF_API_SAMPLERATE64 (LIBAVFILTER_VERSION_MAJOR < 3) -#endif #ifndef FF_API_VSRC_BUFFER_ADD_FRAME #define FF_API_VSRC_BUFFER_ADD_FRAME (LIBAVFILTER_VERSION_MAJOR < 3) #endif |