Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdr428 committed Nov 25, 2023
1 parent 563ca92 commit 72d4b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsMuxer/ac3Codec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 72d4b4e

Please sign in to comment.