summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-02 12:51:28 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-02 16:18:37 +0200
commited5fcd60b2d1d4993e2094c9836dedb8ef9b2ed3 (patch)
treed4ed9ab9296a7d5b596aff482cce2d380c657247 /libavcodec/version.h
parent8ed2ae09a25e5860342b97f7c2c7729fffaec320 (diff)
lavc: deprecate rate_emu
It's not used anywhere and apparrently hasn't been for a very long time.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 3d13f79cc3..9d211b90fe 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -74,5 +74,8 @@
#ifndef FF_API_HURRY_UP
#define FF_API_HURRY_UP (LIBAVCODEC_VERSION_MAJOR < 53)
#endif
+#ifndef FF_API_RATE_EMU
+#define FF_API_RATE_EMU (LIBAVCODEC_VERSION_MAJOR < 53)
+#endif
#endif /* AVCODEC_VERSION_H */