diff --git a/tsMuxer/ac3Codec.cpp b/tsMuxer/ac3Codec.cpp index f5c9e46c..2f1b574f 100644 --- a/tsMuxer/ac3Codec.cpp +++ b/tsMuxer/ac3Codec.cpp @@ -572,9 +572,9 @@ const std::string AC3Codec::getStreamInfo() else { if (isEAC3()) - str << "EAC3"; + str << "EAC3 "; if (m_isAtmos) - str << " + ATMOS, "; + str << "+ ATMOS, "; str << "Bitrate: " << (m_bit_rate + m_bit_rateExt) / 1000 << "Kbps "; if (m_bit_rateExt)