Commit 0589cfda1e for aom
commit 0589cfda1e3ca892c090303a2e53f1607e526da9
Author: James Zern <jzern@google.com>
Date: Tue Apr 7 10:29:15 2026 -0700
encode_api_test.cc: remove stale comment
AOM_IMG_FMT_AOMI420 and AOM_IMG_FMT_AOMYV12 were removed in:
de575da204 aom_image: remove support for AOM{YV12,I420}
Change-Id: I177c776c590a42fe8d370997b435f4008010de3d
diff --git a/test/encode_api_test.cc b/test/encode_api_test.cc
index 0dd0af183e..10f0f39e29 100644
--- a/test/encode_api_test.cc
+++ b/test/encode_api_test.cc
@@ -254,8 +254,7 @@ TEST(EncodeAPI, InvalidUVStrides) {
(img_fmt == AOM_IMG_FMT_NV12) ? 0 : uv_stride.v_stride;
img.monochrome = cfg.monochrome;
// Monochrome should ignore the U and V planes and NV12 only sets one
- // stride value, they should always succeed. The AOM* aom_img_fmt_t
- // variants are unsupported by the encoder.
+ // stride value, they should always succeed.
const aom_codec_err_t expected_err =
(cfg.monochrome || img_fmt == AOM_IMG_FMT_NV12)
? AOM_CODEC_OK