summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/testpat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/testpat.cpp b/utils/testpat.cpp
index b72d26d..094e22a 100644
--- a/utils/testpat.cpp
+++ b/utils/testpat.cpp
@@ -721,6 +721,7 @@ private:
int new_xpos = get_bar_pos(fb, frame_num);
draw_color_bar(*fb, old_xpos, new_xpos, bar_width);
+ draw_text(*fb, fb->width() / 2, 0, to_string(frame_num), RGB(255, 255, 255));
}
static void do_flip_output(AtomicReq& req, unsigned frame_num, const OutputInfo& o)