mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Fix build.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123958609
This commit is contained in:
parent
7ef028c67b
commit
443a656ada
1 changed files with 0 additions and 1 deletions
|
|
@ -169,7 +169,6 @@ public class ChunkTrackStream<T extends ChunkSource> implements TrackStream,
|
|||
* This method should be called when the stream is no longer required.
|
||||
*/
|
||||
public void release() {
|
||||
released = true;
|
||||
chunkSource.release();
|
||||
sampleQueue.disable();
|
||||
loadControl.unregister(this);
|
||||
|
|
|
|||
Loading…
Reference in a new issue