Skip to content

Commit

Permalink
Revert r27250, I have a better fix on the way
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/trunk@27300 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
jyavenard committed Nov 19, 2010
1 parent cdfebeb commit 58edeb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmyth/audiooutputsettings.cpp
Expand Up @@ -319,6 +319,8 @@ AudioOutputSettings* AudioOutputSettings::GetUsers(bool newcopy)
cur_channels = max_channels;

aosettings->SetBestSupportedChannels(cur_channels);
if (cur_channels <= 2)
bDTS = bAC3 = false;
aosettings->m_AC3 = bAC3;
aosettings->m_DTS = bDTS;
aosettings->m_LPCM = bLPCM;
Expand Down

0 comments on commit 58edeb1

Please sign in to comment.