diff --git a/libheif/box.cc b/libheif/box.cc index 2070b6df68..e4dd5be767 100644 --- a/libheif/box.cc +++ b/libheif/box.cc @@ -4632,7 +4632,7 @@ std::string Box_taic::dump(Indent& indent) const { sstr << m_clock_drift_rate << "\n"; } - sstr << indent << "clock_type: " << m_clock_type << "\n"; + sstr << indent << "clock_type: " << static_cast(m_clock_type) << "\n"; return sstr.str(); }