Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
cuvid: Don't wait for vp8/9 AR frames
Alternate Reference frames never appear in the output - they are purely used as references. As such, do not increment the wait counter when you get one, as you'll never see it on the other side. Note that this change requires cuviddec.h to be fixed up according to the Video SDK header - cuda 7.5's header is missing the vp8 block and the vp9 block is simply wrong.
- Loading branch information