]> git.sesse.net Git - ffmpeg/commit
avutil/hwcontext_cuda: increase CUDA frame alignment to 512
authorTimo Rothenpieler <timo@rothenpieler.org>
Mon, 2 Nov 2020 20:31:35 +0000 (21:31 +0100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Tue, 3 Nov 2020 17:17:35 +0000 (18:17 +0100)
commitd5763edab21b08cd1388a2f41885d11d61653917
tree050b8f3df05743ec58928b34528e5bd7489a3136
parent1c430f60454acbf6f288058d971a44d6bb3d48e7
avutil/hwcontext_cuda: increase CUDA frame alignment to 512

At least on Turing, a frame without 512 byte alignment cannot be passed
to cuTexObjectCreate.
libavutil/hwcontext_cuda.c