mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Fix broken Javadoc
This commit is contained in:
parent
c59fc47565
commit
14c190310c
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ public class DefaultTrackOutput implements TrackOutput {
|
|||
/**
|
||||
* Advances the underlying buffer to the next sample that is eligible to be returned.
|
||||
*
|
||||
* @boolean True if an eligible sample was found. False otherwise, in which case the underlying
|
||||
* @return True if an eligible sample was found. False otherwise, in which case the underlying
|
||||
* buffer has been emptied.
|
||||
*/
|
||||
private boolean advanceToEligibleSample() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue