Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Remove aspect-ratio decompensation logic

2016-11-25 Thread Timo Rothenpieler
This LGTM, the compensation is indeed gone on all current Nvidia Drivers I tested. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] avcodec/nvenc: Remove aspect-ratio decompensation logic

2016-11-23 Thread Philip Langdale
This dubious behaviour in nvenc was finally removed by nvidia, and as we refuse to run on anything older than 7.0, we don't need to keep it around for old versions. Signed-off-by: Philip Langdale --- libavcodec/nvenc.c | 12 1 file changed, 12 deletions(-) diff --git a/libavcodec/n