diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-12 21:11:15 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 19:04:01 +0200 |
commit | 9e5c62c97fc0a6ee5764ec69cc6c237b5f70026b (patch) | |
tree | c49364a1050ee1cb61dba8f2b19ddfc514ecc903 /libavutil/avutil.h | |
parent | 516fb5e40cf9d591914096be26ba56fc59294669 (diff) | |
download | ffmpeg-9e5c62c97fc0a6ee5764ec69cc6c237b5f70026b.tar.gz |
lavu: remove FF_API_OLD_IMAGE_NAMES cruft
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index edae38eb69..abbdd0642a 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -94,14 +94,6 @@ enum AVMediaType { #define AV_TIME_BASE 1000000 #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} -/** - * Those FF_API_* defines are not part of public API. - * They may change, break or disappear at any time. - */ -#ifndef FF_API_OLD_IMAGE_NAMES -#define FF_API_OLD_IMAGE_NAMES (LIBAVUTIL_VERSION_MAJOR < 51) -#endif - #include "common.h" #include "error.h" #include "mathematics.h" |