]> git.sesse.net Git - ffmpeg/commit
avcodec/cuviddec: fix missing context push/pop
authorleozhang <nowerzt@gmail.com>
Fri, 20 Nov 2020 03:23:43 +0000 (11:23 +0800)
committerTimo Rothenpieler <timo@rothenpieler.org>
Sat, 21 Nov 2020 20:56:51 +0000 (21:56 +0100)
commit7ce7d33d1537bebe3e11b4046466d6c694f2e9c7
treee6841fc605359c52237545e65aff8318971baee9
parent4fe9e2fc162a9d3258eb39dd16677970c657c122
avcodec/cuviddec: fix missing context push/pop

Test command like below:
cuda-memcheck ./ffmpeg -hwaccel cuvid -c:v h264_cuvid -i input_file -c:v h264_nvenc -f null -

Signed-off-by: leozhang <nowerzt@gmail.com>
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
libavcodec/cuviddec.c