Commit 86ac913d by arakawa_yusuke

Fix unused variable

parent 0302fd6b
...@@ -1259,7 +1259,7 @@ import java.io.IOException; ...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment