aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBohan Li <bohanli@google.com>2023-12-04 13:12:46 -0800
committerWan-Teh Chang <wtc@google.com>2023-12-08 02:12:17 +0000
commiteba5ceb9d1ca12117aa50116a452786d92e32969 (patch)
tree399d13552d50c3e82116c878f0ff8d6c31496978
parentc884b2e60e6e4a98144fc8154851e9a35082a1bc (diff)
downloadlibvpx-eba5ceb9d1ca12117aa50116a452786d92e32969.tar.gz
Improve test comments.
Change-Id: I42dddb946193e30cf07e39b43eaad051c5da479a (cherry picked from commit 9ad598f249ee5af0ad211797063fba6de8d1ff80)
-rw-r--r--test/encode_api_test.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/encode_api_test.cc b/test/encode_api_test.cc
index e228f635a..0c8f56dbc 100644
--- a/test/encode_api_test.cc
+++ b/test/encode_api_test.cc
@@ -602,8 +602,8 @@ TEST(EncodeAPI, PrevMiCheckNullptr) {
}
// This is a test case from clusterfuzz: based on b/310477034.
-// Encode a few frames with multiple change config call
-// with different frame size.
+// Encode a few frames with multiple change config calls
+// with different frame sizes.
TEST(EncodeAPI, MultipleChangeConfigResize) {
VP9Encoder encoder(3);
@@ -705,8 +705,8 @@ TEST(EncodeAPI, Buganizer312517065) {
}
// This is a test case from clusterfuzz: based on b/311489136.
-// Encode a few frames with multiple change config call
-// with different frame size.
+// Encode a few frames with multiple change config calls
+// with different frame sizes.
TEST(EncodeAPI, Buganizer311489136) {
VP9Encoder encoder(1);
@@ -736,8 +736,8 @@ TEST(EncodeAPI, Buganizer311489136) {
}
// This is a test case from clusterfuzz: based on b/312656387.
-// Encode a few frames with multiple change config call
-// with different frame size.
+// Encode a few frames with multiple change config calls
+// with different frame sizes.
TEST(EncodeAPI, Buganizer312656387) {
VP9Encoder encoder(1);
@@ -764,8 +764,8 @@ TEST(EncodeAPI, Buganizer312656387) {
}
// This is a test case from clusterfuzz: based on b/310329177.
-// Encode a few frames with multiple change config call
-// with different frame size.
+// Encode a few frames with multiple change config calls
+// with different frame sizes.
TEST(EncodeAPI, Buganizer310329177) {
VP9Encoder encoder(6);