diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-09-22 08:39:23 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-23 12:39:57 (GMT) |
commit | 1212b4c995ed9daf88183b1c0995f7115c9de97d (patch) | |
tree | 9f9dfa05eef01ab7a15ce4a51a6a1fa9f47bafba /src/3rdparty | |
parent | d592885c48693426c7c5559920f4cd574235470e (diff) | |
download | Qt-1212b4c995ed9daf88183b1c0995f7115c9de97d.zip Qt-1212b4c995ed9daf88183b1c0995f7115c9de97d.tar.gz Qt-1212b4c995ed9daf88183b1c0995f7115c9de97d.tar.bz2 |
Removed hack used to silence video playback, during earlier testing
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/phonon/mmf/videoplayer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/videoplayer.cpp b/src/3rdparty/phonon/mmf/videoplayer.cpp index 7b4626c..6c4641d 100644 --- a/src/3rdparty/phonon/mmf/videoplayer.cpp +++ b/src/3rdparty/phonon/mmf/videoplayer.cpp @@ -125,9 +125,7 @@ void MMF::VideoPlayer::doPlay() updateMmfOutput(); } - TRAP_IGNORE(m_player->SetVolumeL(0)); // *** HACK *** m_player->Play(); - TRAP_IGNORE(m_player->SetVolumeL(0)); // *** HACK *** } void MMF::VideoPlayer::doPause() |