diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-02-27 19:58:41 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-02-29 07:25:44 +0100 |
commit | 16b7557b794c6cd47c5a256a246f8c930c01eef7 (patch) | |
tree | 4336eca7bbaf2627010f0f6ec3a70f27109472f7 /libavcodec/version.h | |
parent | 4f07f8196c23cf49cc074eef65ab50134085018f (diff) | |
download | ffmpeg-16b7557b794c6cd47c5a256a246f8c930c01eef7.tar.gz |
lavc: deprecate AVCodecContext.inter_threshold.
It's unused.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 618e92b3e2..2f11a29d92 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -56,5 +56,8 @@ #ifndef FF_API_COLOR_TABLE_ID #define FF_API_COLOR_TABLE_ID (LIBAVCODEC_VERSION_MAJOR < 55) #endif +#ifndef FF_API_INTER_THRESHOLD +#define FF_API_INTER_THRESHOLD (LIBAVCODEC_VERSION_MAJOR < 55) +#endif #endif /* AVCODEC_VERSION_H */ |