mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
Return requested position when selecting tracks in FakeMediaPeriod.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170360487
This commit is contained in:
parent
a3a9c0f3b0
commit
28173991d1
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ public class FakeMediaPeriod implements MediaPeriod {
|
|||
streamResetFlags[i] = true;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
return positionUs;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in a new issue