aboutsummaryrefslogtreecommitdiff
path: root/sdk/android/src/java/org/webrtc/HardwareVideoEncoder.java
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/android/src/java/org/webrtc/HardwareVideoEncoder.java')
-rw-r--r--sdk/android/src/java/org/webrtc/HardwareVideoEncoder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/android/src/java/org/webrtc/HardwareVideoEncoder.java b/sdk/android/src/java/org/webrtc/HardwareVideoEncoder.java
index f6d98bd14f..f116fefc83 100644
--- a/sdk/android/src/java/org/webrtc/HardwareVideoEncoder.java
+++ b/sdk/android/src/java/org/webrtc/HardwareVideoEncoder.java
@@ -169,7 +169,7 @@ class HardwareVideoEncoder implements VideoEncoder {
* intervals, and bitrateAdjuster.
*
* @param codecName the hardware codec implementation to use
- * @param codecType the type of the given video codec (eg. VP8, VP9, or H264)
+ * @param codecType the type of the given video codec (eg. VP8, VP9, H264 or AV1)
* @param surfaceColorFormat color format for surface mode or null if not available
* @param yuvColorFormat color format for bytebuffer mode
* @param keyFrameIntervalSec interval in seconds between key frames; used to initialize the codec