]> git.sesse.net Git - ffmpeg/commit
avcodec/nvenc: support dynamic aspect ratio change
authorMiroslav Slugeň <thunder.m@email.cz>
Sun, 12 Feb 2017 18:53:58 +0000 (19:53 +0100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Fri, 4 May 2018 21:35:38 +0000 (23:35 +0200)
commit952421cd20ace9f0dccbf37e9ab9c165a68d17d0
treeab0c72de87584263793dbbc15bda07d5afd94d5b
parent7d4e1f7cfb667585514bfa0a4d0fee2f717a93ed
avcodec/nvenc: support dynamic aspect ratio change

If there is input like DVB-T streams it can change aspect ratio
on-the-fly, so nvenc should respect this change and change aspect ratio
in encoder.

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
libavcodec/nvenc.c