Fix HLS (broken on []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177922948
This commit is contained in:
aquilescanta 2017-12-05 00:42:28 -08:00 committed by Oliver Woodman
parent 59f6b059b0
commit f0e9dbf148

View File

@ -33,6 +33,7 @@ import java.io.IOException;
public HlsSampleStream(HlsSampleStreamWrapper sampleStreamWrapper, int trackGroupIndex) {
this.sampleStreamWrapper = sampleStreamWrapper;
this.trackGroupIndex = trackGroupIndex;
sampleQueueIndex = C.INDEX_UNSET;
}
public void unbindSampleQueue() {