]> git.sesse.net Git - ffmpeg/commit
nvenc: implement flush to help allow an encoder to be re-used
authorPhilip Langdale <philipl@overt.org>
Fri, 20 Dec 2019 23:34:33 +0000 (15:34 -0800)
committerPhilip Langdale <philipl@overt.org>
Thu, 9 Jan 2020 03:20:36 +0000 (19:20 -0800)
commit3ea705767720033754e8d85566460390191ae27d
tree6a1e3ecef1311a5eb427e1ed42124f371208e9c5
parent94cdf82d53fe9be260dc6106634a9f9b218211bd
nvenc: implement flush to help allow an encoder to be re-used

It can be useful to re-use an encoder instance when doing segmented
encodings, and this requires flushing the encoder at the start of
each segment.
libavcodec/nvenc.c
libavcodec/nvenc.h
libavcodec/nvenc_h264.c
libavcodec/nvenc_hevc.c
libavcodec/version.h