Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete reference to disposed AudioTrack
Fixes GitHub issue #114 where loading of a media source without an audio track fails after loading a media source with an audio track. The player tried to reuse the disposed AudioTrack instance from the previous source and ran into an exception.
- Loading branch information