aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-09-14 20:56:06 -0300
committerJames Almer <jamrial@gmail.com>2014-10-05 17:09:44 -0300
commit42111bb960b5c2289a4feb4aa8ab1ef45a02b2fc (patch)
tree69ca992d78a5592fc5dddd44fd416b72e8155932 /libavcodec/version.h
parentc02ea58c5f0a77f20c8046041edb974bb4376f4c (diff)
downloadffmpeg-42111bb960b5c2289a4feb4aa8ab1ef45a02b2fc.tar.gz
avcodec: remove obsolete FF_API_FAST_MALLOC cruft
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index baf1b4d622..0bbf453689 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -132,9 +132,6 @@
#ifndef FF_API_MAX_BFRAMES
#define FF_API_MAX_BFRAMES (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
-#ifndef FF_API_FAST_MALLOC
-#define FF_API_FAST_MALLOC (LIBAVCODEC_VERSION_MAJOR < 56)
-#endif
#ifndef FF_API_NEG_LINESIZES
#define FF_API_NEG_LINESIZES (LIBAVCODEC_VERSION_MAJOR < 57)
#endif