Fix broken @link
PiperOrigin-RevId: 308835671
This commit is contained in:
parent
528104919f
commit
4cb8cc8a16
@ -94,8 +94,9 @@ public class Libgav1VideoRenderer extends DecoderVideoRenderer {
|
|||||||
* @param eventListener A listener of events. May be null if delivery of events is not required.
|
* @param eventListener A listener of events. May be null if delivery of events is not required.
|
||||||
* @param maxDroppedFramesToNotify The maximum number of frames that can be dropped between
|
* @param maxDroppedFramesToNotify The maximum number of frames that can be dropped between
|
||||||
* invocations of {@link VideoRendererEventListener#onDroppedFrames(int, long)}.
|
* invocations of {@link VideoRendererEventListener#onDroppedFrames(int, long)}.
|
||||||
* @param threads Number of threads libgav1 will use to decode. If {@link THREAD_COUNT_AUTODETECT}
|
* @param threads Number of threads libgav1 will use to decode. If {@link
|
||||||
* is passed, then the number of threads to use is autodetected based on CPU capabilities.
|
* #THREAD_COUNT_AUTODETECT} is passed, then the number of threads to use is autodetected
|
||||||
|
* based on CPU capabilities.
|
||||||
* @param numInputBuffers Number of input buffers.
|
* @param numInputBuffers Number of input buffers.
|
||||||
* @param numOutputBuffers Number of output buffers.
|
* @param numOutputBuffers Number of output buffers.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user