diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-02-08 19:57:07 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-02-08 19:57:07 +0100 |
commit | 9f78095847bbcfc09311b1e8f5d1a3c761dfb0f4 (patch) | |
tree | ec0996eaca9ce73d88096752e05d86cd75e56e18 /parse-base-block.cpp | |
parent | ec54c317c89c894490bf01f5f0618b44223d0839 (diff) |
edid-decode: merge code to show timings
Both short and detailed timings are logged by the same
print_timings function.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'parse-base-block.cpp')
-rw-r--r-- | parse-base-block.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-base-block.cpp b/parse-base-block.cpp index a21a906..714eca1 100644 --- a/parse-base-block.cpp +++ b/parse-base-block.cpp @@ -1313,7 +1313,7 @@ timings edid_state::detailed_timings(const char *prefix, const unsigned char *x) calc_ratio(&t); - bool ok = print_detailed_timings(prefix, t, s_flags.c_str()); + bool ok = print_timings(prefix, &t, "", s_flags.c_str()); if ((max_display_width_mm && !t.hsize_mm) || (max_display_height_mm && !t.vsize_mm)) { |