Re: [FFmpeg-devel] [PATCH 2/2] avcodec/nvenc: Handle non-square pixel aspect ratios

2015-01-27 Thread Michael Niedermayer
On Tue, Jan 27, 2015 at 04:46:54PM -0800, Philip Langdale wrote: > On 2015-01-26 04:28, t...@rothenpieler.org wrote: > >From: Timo Rothenpieler > > > >--- > > libavcodec/nvenc.c | 17 +++-- > > 1 file changed, 15 insertions(+), 2 deletions(-) > > > >diff --git a/libavcodec/nvenc.c b/lib

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/nvenc: Handle non-square pixel aspect ratios

2015-01-27 Thread Philip Langdale
On 2015-01-26 04:28, t...@rothenpieler.org wrote: From: Timo Rothenpieler --- libavcodec/nvenc.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index 2431c09..2cfc06a 100644 --- a/libavcodec/nvenc.c +++ b/libavcode

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/nvenc: Handle non-square pixel aspect ratios

2015-01-26 Thread Timo Rothenpieler
This is still not 100% correct, because of the weird behaviour on certain DVD resolutions and aspect ratios. But fixing that will be done in a diffrent patch, if it will be fixed in ffmpeg at all. For now, this makes it behave correctly in most cases. signature.asc Description: OpenPGP digita

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/nvenc: Handle non-square pixel aspect ratios

2015-01-26 Thread Timo Rothenpieler
This is still not 100% correct, because of the weird behaviour on certain DVD resolutions and aspect ratios. But fixing that will be done in a diffrent patch, if it will be fixed in ffmpeg at all. For now, this makes it behave correctly in most cases. signature.asc Description: OpenPGP digita

[FFmpeg-devel] [PATCH 2/2] avcodec/nvenc: Handle non-square pixel aspect ratios

2015-01-26 Thread timo
From: Timo Rothenpieler --- libavcodec/nvenc.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index 2431c09..2cfc06a 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -472,6 +472,7 @@ static av_cold int nve