Commit 674e0327f0 for aom

commit 674e0327f06cc5984f7a4f1403ceccd3337b252a
Author: Wan-Teh Chang <wtc@google.com>
Date:   Wed Jul 1 10:09:12 2026 -0700

    Use true/false in comment for bool do_border_pad

    Bug: 527078408, 527242002
    Change-Id: I2520c2f939036397cafab7693836c4f6806e7c17

diff --git a/av1/encoder/encoder.h b/av1/encoder/encoder.h
index 9aa8ca0f4a..b15f0ff94e 100644
--- a/av1/encoder/encoder.h
+++ b/av1/encoder/encoder.h
@@ -4294,9 +4294,9 @@ static inline void set_pixels_to_frame_edge(MACROBLOCK *x, int bw, int bh,
                                             int mi_rows, int frame_width,
                                             int frame_height,
                                             bool do_border_pad) {
-  // For do_border_pad = 1, compute distances using the actual frame
+  // For do_border_pad = true, compute distances using the actual frame
   // dimensions.
-  // For do_border_pad = 0, compute distances using the frame dimensions
+  // For do_border_pad = false, compute distances using the frame dimensions
   // aligned to a multiple of 8 pixels to match the dimensions represented
   // by mi_cols and mi_rows, which are rounded up to multiples of 8 pixels.
   int boundary_frame_width =