[FFmpeg-devel] [PATCH] avcodec/allcodecs: Re-order nvenc encoders below x264/5.

2015-06-06 Thread Philip Langdale
We shouldn't pick nvenc by default. Signed-off-by: Philip Langdale phil...@overt.org --- libavcodec/allcodecs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 159d842..6a91d64 100644 --- a/libavcodec/allcodecs.c +++

Re: [FFmpeg-devel] [PATCH] avcodec/allcodecs: Re-order nvenc encoders below x264/5.

2015-06-06 Thread Michael Niedermayer
On Sat, Jun 06, 2015 at 01:22:45PM -0700, Philip Langdale wrote: We shouldn't pick nvenc by default. Signed-off-by: Philip Langdale phil...@overt.org --- libavcodec/allcodecs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) LGTM thanks [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH] avcodec/allcodecs: Re-order nvenc encoders below x264/5.

2015-06-06 Thread Philip Langdale
On Sun, 7 Jun 2015 00:12:18 +0200 Michael Niedermayer michae...@gmx.at wrote: On Sat, Jun 06, 2015 at 01:22:45PM -0700, Philip Langdale wrote: We shouldn't pick nvenc by default. Signed-off-by: Philip Langdale phil...@overt.org --- libavcodec/allcodecs.c | 6 +++--- 1 file changed,