Fix comments in AV1 extension
PiperOrigin-RevId: 273928626
This commit is contained in:
parent
51177303a3
commit
f098562208
@ -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…
x
Reference in New Issue
Block a user