]> git.sesse.net Git - ffmpeg/commit
avcodec/nvdec: Increase frame pool size to help deinterlacing
authorPhilip Langdale <philipl@overt.org>
Thu, 25 Oct 2018 01:38:44 +0000 (18:38 -0700)
committerPhilip Langdale <philipl@overt.org>
Fri, 2 Nov 2018 18:27:13 +0000 (11:27 -0700)
commit1b41115ef70896d9b98ce842dc5f21c465396ce2
tree444847e5189f6195d4bd2b182edd266fe1ebd512
parentd5272e94ab22bfc8f01fa3174e2c4664161ddf5a
avcodec/nvdec: Increase frame pool size to help deinterlacing

With the cuda yadif filter in use, the number of mapped decoder
frames could increase by two, as the filter holds on to additional
frames.
libavcodec/nvdec.c