Skip to content

Commit

Permalink
Merge pull request xbmc#2498 from FernetMenta/audiocodec
Browse files Browse the repository at this point in the history
dvdplayer: put line break into audio codec for consistency
  • Loading branch information
FernetMenta committed Mar 26, 2013
2 parents 0fb38d8 + 2b11f06 commit 16c7ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/dvdplayer/DVDPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@ void CDVDPlayer::GetAudioInfo(CStdString& strAudioInfo)
{ CSingleLock lock(m_StateSection);
strAudioInfo.Format("D(%s)", m_StateInput.demux_audio.c_str());
}
strAudioInfo.AppendFormat(" P(%s)", m_dvdPlayerAudio.GetPlayerInfo().c_str());
strAudioInfo.AppendFormat("\nP(%s)", m_dvdPlayerAudio.GetPlayerInfo().c_str());
}

void CDVDPlayer::GetVideoInfo(CStdString& strVideoInfo)
Expand Down

0 comments on commit 16c7ddf

Please sign in to comment.