Skip to content

Commit

Permalink
Fix timestretch for digital passthrough content
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Apr 27, 2011
1 parent 7eacc03 commit 4f38913
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mythtv/libs/libmythtv/audioplayer.cpp
Expand Up @@ -105,10 +105,6 @@ QString AudioPlayer::ReinitAudio(void)
VERBOSE(VB_IMPORTANT, LOC + "Enabling Audio");
m_no_audio_out = false;
}
if (!m_no_audio_in && !m_no_audio_out && m_audioOutput)
{
SetStretchFactor(m_stretchfactor);
}

if (m_muted_on_creation)
{
Expand Down

0 comments on commit 4f38913

Please sign in to comment.