diff options
author | James Almer <jamrial@gmail.com> | 2017-10-23 15:50:46 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-23 15:50:46 -0300 |
commit | 400ecd8e4059e0d6c587915bca5e7e11858cca33 (patch) | |
tree | 7155baeba3628fedf437a527c7faed947585e3da /libavcodec/version.h | |
parent | 7bbe33b0526723f0a20c27e3b8d03b186b27fdf6 (diff) | |
parent | 72dc7ddd18fe54ee68aec71590c3202ad009a8fc (diff) | |
download | ffmpeg-400ecd8e4059e0d6c587915bca5e7e11858cca33.tar.gz |
Merge commit '72dc7ddd18fe54ee68aec71590c3202ad009a8fc'
* commit '72dc7ddd18fe54ee68aec71590c3202ad009a8fc':
lavc: Drop deprecated error rate option
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 3c9356d8ce..b0a90b8d19 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -57,9 +57,6 @@ #ifndef FF_API_DEBUG_MV #define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 58) #endif -#ifndef FF_API_ERROR_RATE -#define FF_API_ERROR_RATE (LIBAVCODEC_VERSION_MAJOR < 58) -#endif #ifndef FF_API_QSCALE_TYPE #define FF_API_QSCALE_TYPE (LIBAVCODEC_VERSION_MAJOR < 58) #endif |