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

2015-01-17 Thread Michael Niedermayer
On Fri, Jan 16, 2015 at 01:02:40AM +0100, Timo Rothenpieler wrote: > --- > libavcodec/nvenc.c | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If a bugfix only changes things a

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

2015-01-15 Thread Timo Rothenpieler
--- libavcodec/nvenc.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index 57ca130..85f6d43 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -67,7 +67,9 @@ typedef CUresult(CUDAAPI *PCUCTXDESTROY)(CUcontext ctx)