mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Remove deprecated readSource method
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151840862
This commit is contained in:
parent
64188748f4
commit
8e76790823
1 changed files with 0 additions and 8 deletions
|
|
@ -254,14 +254,6 @@ public abstract class BaseRenderer implements Renderer, RendererCapabilities {
|
|||
return index;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use {@link #readSource(FormatHolder, DecoderInputBuffer, boolean)} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
protected final int readSource(FormatHolder formatHolder, DecoderInputBuffer buffer) {
|
||||
return readSource(formatHolder, buffer, false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Reads from the enabled upstream source. If the upstream source has been read to the end then
|
||||
* {@link C#RESULT_BUFFER_READ} is only returned if {@link #setCurrentStreamFinal()} has been
|
||||
|
|
|
|||
Loading…
Reference in a new issue