diff options
author | scop <scop> | 2005-03-16 09:36:03 +0000 |
---|---|---|
committer | scop <scop> | 2005-03-16 09:36:03 +0000 |
commit | 82a7ea3745f40ff55f54ea6964b8e326b27d7593 (patch) | |
tree | 488e73e7f4718647e44f2fbbca1a5960b3bac4ad /dxr3interface.c | |
parent | 8e4fd12ff0d6abbc08405ff71a708c22f2214b96 (diff) | |
download | vdr-plugin-dxr3-82a7ea3745f40ff55f54ea6964b8e326b27d7593.tar.gz vdr-plugin-dxr3-82a7ea3745f40ff55f54ea6964b8e326b27d7593.tar.bz2 |
Whitespace sync with HEAD.
Diffstat (limited to 'dxr3interface.c')
-rw-r--r-- | dxr3interface.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dxr3interface.c b/dxr3interface.c index 449abf0..df84640 100644 --- a/dxr3interface.c +++ b/dxr3interface.c @@ -292,7 +292,7 @@ void cDxr3Interface::SetAudioSampleSize(uint32_t sampleSize) cLog::Instance() <<"cDxr3AbsDevice::SetAudioSampleSize Unable to set audio sample size\n"; } } - m_audioSampleSize = sampleSize; + m_audioSampleSize = sampleSize; } // clock @@ -312,7 +312,7 @@ uint32_t cDxr3Interface::GetSysClock() const if (!m_ExternalReleased) { ret = m_pClock->GetSysClock(); - } + } return ret; } @@ -689,6 +689,7 @@ void cDxr3Interface::PlayAudioFrame(uint8_t* pBuf, int length) cLog::Instance() << "cDxr3Interface::PlayAudioFrame(uint8_t* pBuf, int length): Not written = " << length - written << "\n"; } } + Unlock(); } @@ -1119,8 +1120,10 @@ void cDxr3Interface::SetPalette(unsigned int *pal) void cDxr3Interface::ResetHardware() { Lock(); + cLog::Instance() << "cDxr3Interface: Resting DXR3 hardware\n"; Resuscitation(); + Unlock(); } |