mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
Fix comments in AV1 extension
PiperOrigin-RevId: 273928626
This commit is contained in:
parent
51177303a3
commit
f098562208
2 changed files with 3 additions and 3 deletions
|
|
@ -165,9 +165,9 @@ import java.nio.ByteBuffer;
|
|||
}
|
||||
|
||||
/**
|
||||
* Initializes libgav1 decoder.
|
||||
* Initializes a libgav1 decoder.
|
||||
*
|
||||
* @param threads Number of threads used by libgav1 decoder.
|
||||
* @param threads Number of threads to be used by a libgav1 decoder.
|
||||
* @return The address of the decoder context or {@link #GAV1_ERROR} if there was an error.
|
||||
*/
|
||||
private native long gav1Init(int threads);
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import com.google.android.exoplayer2.video.VideoDecoderOutputBufferRenderer;
|
|||
import com.google.android.exoplayer2.video.VideoRendererEventListener;
|
||||
|
||||
/**
|
||||
* Decodes and renders video using the native libgav1 decoder.
|
||||
* Decodes and renders video using libgav1 decoder.
|
||||
*
|
||||
* <p>This renderer accepts the following messages sent via {@link ExoPlayer#createMessage(Target)}
|
||||
* on the playback thread:
|
||||
|
|
|
|||
Loading…
Reference in a new issue