diff options
author | Anton Khirnov | 2011-04-12 20:53:21 +0200 |
---|---|---|
committer | Anton Khirnov | 2011-04-26 08:16:05 +0200 |
commit | 694c142434f1b775c93cb2586eebf7ddd5ef6aa8 (patch) | |
tree | 3406c8810b2dc38e858c3f8a7d905cab43c79fbc /libavcodec/version.h | |
parent | e7021c0ed5d1265d5b4f0f01a01f840196a70415 (diff) |
lavc: remove FF_API_RATE_EMU cruft
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index fee57b1815..90402ffff7 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -47,9 +47,6 @@ #ifndef FF_API_OLD_AUDIOCONVERT #define FF_API_OLD_AUDIOCONVERT (LIBAVCODEC_VERSION_MAJOR < 54) #endif -#ifndef FF_API_RATE_EMU -#define FF_API_RATE_EMU (LIBAVCODEC_VERSION_MAJOR < 53) -#endif #ifndef FF_API_MB_Q #define FF_API_MB_Q (LIBAVCODEC_VERSION_MAJOR < 53) #endif |