From 1aa24df74c052a73175c43e57d35b4835e537ec8 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Mon, 28 Sep 2015 11:40:09 +0200 Subject: lavu: Deprecate AVFrame.error[] These field are difficult to interpret, and are provided by a single encoder (mpegvideoenc). In general they do not belong to a structure containing raw data only, so remove them from AVFrame. Mpegvideoenc now uses a private field in Picture for its internal computations. 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 3c12d7192a..20059c4678 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -96,6 +96,9 @@ #ifndef FF_API_PLUS1_MINUS1 #define FF_API_PLUS1_MINUS1 (LIBAVUTIL_VERSION_MAJOR < 56) #endif +#ifndef FF_API_ERROR_FRAME +#define FF_API_ERROR_FRAME (LIBAVUTIL_VERSION_MAJOR < 56) +#endif /** -- cgit v1.2.3