aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgimli <ebsi4711@gmail.com>2012-12-06 07:21:05 +0100
committergimli <ebsi4711@gmail.com>2012-12-06 07:21:05 +0100
commit5feb14b2368710989bc841584e146c1738886361 (patch)
treeccd1f06cd4500d459255bf1b5ae703253a1a8655
parentc78dc2dad1ccb0d8a1a9f3e925cbe4dd374acdd8 (diff)
[rbp] fixed only notify parent when there was a valid audio codec.
-rw-r--r--xbmc/cores/omxplayer/OMXPlayerAudio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/omxplayer/OMXPlayerAudio.cpp b/xbmc/cores/omxplayer/OMXPlayerAudio.cpp
index afc2c9e533..fbafe2ca7a 100644
--- a/xbmc/cores/omxplayer/OMXPlayerAudio.cpp
+++ b/xbmc/cores/omxplayer/OMXPlayerAudio.cpp
@@ -718,7 +718,7 @@ bool OMXPlayerAudio::OpenDecoder()
m_passthrough = false;
m_hw_decode = false;
- bool bSendParent = true;
+ bool bSendParent = false;
if(m_DecoderOpen)
{