From ee359c72ef8735122929da96006565e1558f1e55 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 7 Jan 2016 07:58:24 +0100 Subject: nvenc: rename encoders Change 'nvenc_' to '_nvenc', which is consistent with other similar decoders and encoders (QSV, MMAL). --- 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 e9e76b6f82..303c112046 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -189,5 +189,8 @@ #ifndef FF_API_STAT_BITS #define FF_API_STAT_BITS (LIBAVCODEC_VERSION_MAJOR < 59) #endif +#ifndef FF_API_NVENC_OLD_NAME +#define FF_API_NVENC_OLD_NAME (LIBAVCODEC_VERSION_MAJOR < 59) +#endif #endif /* AVCODEC_VERSION_H */ -- cgit v1.2.3