summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:50:06 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:39:40 +0200
commitdb4d3a7421ec70de0d5ccd8a9f99b46b5c780d23 (patch)
tree117a36cdc421513c8cc1856c3d5dcf104083db59 /libavcodec/version.h
parente89e5afdd04a0f081ecc38b528c1147f204027d7 (diff)
lavc: remove the FF_API_SUBTITLE_OLD cruft.
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 2d460b9744..d3dd04f169 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -41,9 +41,6 @@
#ifndef FF_API_PALETTE_CONTROL
#define FF_API_PALETTE_CONTROL (LIBAVCODEC_VERSION_MAJOR < 54)
#endif
-#ifndef FF_API_SUBTITLE_OLD
-#define FF_API_SUBTITLE_OLD (LIBAVCODEC_VERSION_MAJOR < 53)
-#endif
#ifndef FF_API_USE_LPC
#define FF_API_USE_LPC (LIBAVCODEC_VERSION_MAJOR < 53)
#endif