From 2268db2cd052674fde55c7d48b7a5098ce89b4ba Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Thu, 3 Sep 2015 13:44:14 +0200 Subject: lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields The new fields can be accessed directly and are more intelligible. Signed-off-by: Vittorio Giovara --- libavutil/version.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavutil/version.h') diff --git a/libavutil/version.h b/libavutil/version.h index cc09bc7893..8640450e97 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -93,6 +93,9 @@ #ifndef FF_API_CRYPTO_CONTEXT #define FF_API_CRYPTO_CONTEXT (LIBAVUTIL_VERSION_MAJOR < 56) #endif +#ifndef FF_API_PLUS1_MINUS1 +#define FF_API_PLUS1_MINUS1 (LIBAVUTIL_VERSION_MAJOR < 56) +#endif /** -- cgit v1.2.3