]> git.sesse.net Git - ffmpeg/commit
avcodec/cuviddec: Remove unnecessary stream synchronisation
authorPhilip Langdale <philipl@overt.org>
Sat, 30 Mar 2019 17:51:07 +0000 (10:51 -0700)
committerPhilip Langdale <philipl@overt.org>
Sat, 30 Mar 2019 17:51:07 +0000 (10:51 -0700)
commit5d90d1e36ef3abfa2843e54389d0ffd0fa7ca405
tree1dd9d3bd4041bbb79081712411ff25293467a4fd
parentc0b6e4cb6d6d41dbf2684891ed9dd43d9ddfb804
avcodec/cuviddec: Remove unnecessary stream synchronisation

We're also doing a sync here after copying the frame to be passed
on down the pipleine. And it is also unnecessary.

I was able to demonstrate a 33% speedup removing the sync from
an example transcode pipeline.
libavcodec/cuviddec.c