Commit f0985622 by sofijajvc Committed by Ian Baker

Fix comments in AV1 extension

PiperOrigin-RevId: 273928626
parent 51177303
...@@ -165,9 +165,9 @@ import java.nio.ByteBuffer; ...@@ -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. * @return The address of the decoder context or {@link #GAV1_ERROR} if there was an error.
*/ */
private native long gav1Init(int threads); private native long gav1Init(int threads);
......
...@@ -39,7 +39,7 @@ import com.google.android.exoplayer2.video.VideoDecoderOutputBufferRenderer; ...@@ -39,7 +39,7 @@ import com.google.android.exoplayer2.video.VideoDecoderOutputBufferRenderer;
import com.google.android.exoplayer2.video.VideoRendererEventListener; 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)} * <p>This renderer accepts the following messages sent via {@link ExoPlayer#createMessage(Target)}
* on the playback thread: * on the playback thread:
......
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