]> git.sesse.net Git - ffmpeg/commit
avcodec/nvenc: support RGB input
authorSven C. Dack <sven.c.dack@sky.com>
Wed, 7 Sep 2016 13:35:14 +0000 (15:35 +0200)
committerTimo Rothenpieler <timo@rothenpieler.org>
Wed, 7 Sep 2016 16:44:10 +0000 (18:44 +0200)
commit4aeb7a88ec69aff6490e7f94f5987f7525b7eab7
tree18805c09c8145f34e00d3e110e5cd284c2fffb63
parentfa3ecad071aadec810fe7fc8e74865778e477c5e
avcodec/nvenc: support RGB input

nvenc still encodes as yuv, but does the conversion internally which
brings some performance gains.

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