Commit 8e767908 by olly Committed by Oliver Woodman

Remove deprecated readSource method

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=151840862
parent 64188748
......@@ -255,14 +255,6 @@ public abstract class BaseRenderer implements Renderer, RendererCapabilities {
}
/**
* 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
* called. {@link C#RESULT_NOTHING_READ} is returned otherwise.
......
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