From 16b7557b794c6cd47c5a256a246f8c930c01eef7 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 27 Feb 2012 19:58:41 +0100 Subject: lavc: deprecate AVCodecContext.inter_threshold. It's unused. --- libavcodec/version.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/version.h') 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 */ -- cgit v1.2.3