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: Always check for internal errors using parsing
The cuvid parser is basically undocumented, and although you'd think that a failed callback would result in the overall parse call returning an error, that is not true. So, we end up silently trying to keep going as if nothing is wrong, which doesn't achieve anything. Solution: check the internal error flag every time.
- Loading branch information