Commit 5f013a8342 for aom
commit 5f013a83427618a8effbd1ff3347d54cc15e169e
Author: James Zern <jzern@google.com>
Date: Tue May 19 12:39:26 2026 -0700
encode_test_driver.cc,cosmetics: remove obsolete comment
`compare_img()` has had an early failure return since:
e0dcab9d0c Print mismatch location for failing tests.
Change-Id: Ia327bfce02e0abe5c9f4bf7a04dc3a2a31cd7e77
diff --git a/test/encode_test_driver.cc b/test/encode_test_driver.cc
index 6d42f4b438..967106acc4 100644
--- a/test/encode_test_driver.cc
+++ b/test/encode_test_driver.cc
@@ -125,8 +125,6 @@ static bool compare_plane(const uint8_t *const buf1, int stride1,
return true;
}
-// The function should return "true" most of the time, therefore no early
-// break-out is implemented within the match checking process.
static bool compare_img(const aom_image_t *img1, const aom_image_t *img2,
int *const mismatch_row, int *const mismatch_col,
int *const mismatch_plane, int *const mismatch_pix1,