diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 14:58:59 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:41:00 +0200 |
commit | 41d0eb1c81c0d266824dfdbd040a54a6afeec81a (patch) | |
tree | 016d1199a47c58edd240e5dc25b46927365badfe /libavcodec/version.h | |
parent | 01a4259b8db344586b371528973439109f3e2ace (diff) | |
download | ffmpeg-41d0eb1c81c0d266824dfdbd040a54a6afeec81a.tar.gz |
lavc: remove the FF_API_SET_STRING_OLD 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 5c81e3a671..679a38e7e5 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_SET_STRING_OLD -#define FF_API_SET_STRING_OLD (LIBAVCODEC_VERSION_MAJOR < 53) -#endif #ifndef FF_API_INOFFICIAL #define FF_API_INOFFICIAL (LIBAVCODEC_VERSION_MAJOR < 53) #endif |