Re: [FFmpeg-devel] [PATCH 4/4] avcodec/nvenc: Add support for nvenc api version 5

2014-12-25 Thread Timo Rothenpieler
Why not just drop old versions? The newest SDK only works with the very latest nvidia driver. So supporting the older SDK versions is neccessary if you want to use nvenc without the very latest nvidia driver. signature.asc Description: OpenPGP digital signature _

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/nvenc: Add support for nvenc api version 5

2014-12-25 Thread Jean-Baptiste Kempf
On 25 Dec, t...@rothenpieler.org wrote : > +#if NVENCAPI_MAJOR_VERSION < 5 > +#define NVENC_NEED_LICENSE 1 > +#endif Why not just drop old versions? With my kindest regards, -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device _

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/nvenc: Add support for nvenc api version 5

2014-12-25 Thread Hendrik Leppkes
On Dec 25, 2014 2:57 PM, wrote: > > From: Timo Rothenpieler > > --- > libavcodec/nvenc.c | 17 - > 1 file changed, 16 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c > index ebc3249..76f9aa6 100644 > --- a/libavcodec/nvenc.c > +++ b/libavcode

[FFmpeg-devel] [PATCH 4/4] avcodec/nvenc: Add support for nvenc api version 5

2014-12-25 Thread timo
From: Timo Rothenpieler --- libavcodec/nvenc.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index ebc3249..76f9aa6 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -50,6 +50,10 @@ #define DL_CLOSE_FUNC(l