]> git.sesse.net Git - ffmpeg/commit
avcodec/nvdec: Push the context before destroying the decoder
authorPhilip Langdale <philipl@overt.org>
Wed, 24 Oct 2018 17:39:13 +0000 (10:39 -0700)
committerPhilip Langdale <philipl@overt.org>
Wed, 24 Oct 2018 17:43:41 +0000 (10:43 -0700)
commit2d0ee127be14f44df19790d3aab5b551319f4a62
treed90bbfc2f2fb25084d679e125c561bf3a4e09e2e
parent22d6d916494498cb6a7a1f8abb5d73f0030b4f78
avcodec/nvdec: Push the context before destroying the decoder

This has no visible effects but I happened to run under the cuda
memcheck tool and it called it out as an error.
libavcodec/nvdec.c