Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Fix typoed nv_status checks

2015-04-01 Thread Michael Niedermayer
On Wed, Apr 01, 2015 at 09:46:50AM +0200, t...@rothenpieler.org wrote: > From: Timo Rothenpieler > > Thanks to Wyatt Aaron for pointing this out > --- > libavcodec/nvenc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF21

[FFmpeg-devel] [PATCH] avcodec/nvenc: Fix typoed nv_status checks

2015-04-01 Thread timo
From: Timo Rothenpieler Thanks to Wyatt Aaron for pointing this out --- libavcodec/nvenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index 78b5253..b015f88 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -822,7 +82