Fix unused variable

This commit is contained in:
arakawa_yusuke 2017-05-09 21:20:57 +09:00
parent 0302fd6b4d
commit 86ac913df6

View File

@ -1259,7 +1259,7 @@ import java.io.IOException;
// We are already buffering the maximum number of periods ahead. // We are already buffering the maximum number of periods ahead.
return; return;
} }
newLoadingPeriodIndex = timeline.getNextPeriodIndex(loadingPeriodHolder.index, period, window, newLoadingPeriodIndex = timeline.getNextPeriodIndex(loadingPeriodIndex, period, window,
repeatMode); repeatMode);
} }