mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix broken @link
PiperOrigin-RevId: 308835671
This commit is contained in:
parent
528104919f
commit
4cb8cc8a16
1 changed files with 3 additions and 2 deletions
|
|
@ -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 maxDroppedFramesToNotify The maximum number of frames that can be dropped between
|
||||
* invocations of {@link VideoRendererEventListener#onDroppedFrames(int, long)}.
|
||||
* @param threads Number of threads libgav1 will use to decode. If {@link THREAD_COUNT_AUTODETECT}
|
||||
* is passed, then the number of threads to use is autodetected based on CPU capabilities.
|
||||
* @param threads Number of threads libgav1 will use to decode. If {@link
|
||||
* #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 numOutputBuffers Number of output buffers.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue