Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

video: Implement vita_cleanup #131

Merged
merged 2 commits into from Oct 9, 2018
Merged

video: Implement vita_cleanup #131

merged 2 commits into from Oct 9, 2018

Commits on Oct 9, 2018

  1. Copy the full SHA
    7c2c159 View commit details
    Browse the repository at this point in the history
  2. video: Implement cleanup process

    each connection call `setup` and we didn't clear resources before new
    connection.
    
    - vita system didn't allow double call sceVideodecInitLibrary
    - multiple sceKernelAllocMemBlock call
    
    this patch will fix 0x80010002 error when reconnect to stream,
    also resolve memory leak.
    d3m3vilurr committed Oct 9, 2018
    Copy the full SHA
    996402b View commit details
    Browse the repository at this point in the history