summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-10-22 14:36:14 +0200
committerAnton Khirnov <anton@khirnov.net>2012-10-23 07:33:05 +0200
commit8207c67a2417ad74f406bbc6f61733fddd15c874 (patch)
treef5f22d88f768c867c04537525c2d310514984f8b /libavutil/version.h
parent468ea9d5b14f92fe61f47f034e67066f65163f5f (diff)
lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 1bbebd9f0c..be2b334af1 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -61,9 +61,6 @@
* @{
*/
-#ifndef FF_API_GET_BITS_PER_SAMPLE_FMT
-#define FF_API_GET_BITS_PER_SAMPLE_FMT (LIBAVUTIL_VERSION_MAJOR < 52)
-#endif
#ifndef FF_API_FIND_OPT
#define FF_API_FIND_OPT (LIBAVUTIL_VERSION_MAJOR < 52)
#endif