summaryrefslogtreecommitdiff
path: root/dxr3device.c
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2005-01-12 00:10:23 +0000
committeraustriancoder <austriancoder>2005-01-12 00:10:23 +0000
commitaf8419325334990a0632306ee33651f9fa12b98a (patch)
tree7619c43c42a42ff4f5be37a6e7fb5ddee56fb516 /dxr3device.c
parent91f6be9d3d086bed0d7b848450f2b46c7b972ab6 (diff)
downloadvdr-plugin-dxr3-af8419325334990a0632306ee33651f9fa12b98a.tar.gz
vdr-plugin-dxr3-af8419325334990a0632306ee33651f9fa12b98a.tar.bz2
small fix
Diffstat (limited to 'dxr3device.c')
-rw-r--r--dxr3device.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dxr3device.c b/dxr3device.c
index 6169ece..d4dbdb3 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -339,9 +339,9 @@ int cDxr3Device::PlayVideo(const uchar *Data, int Length)
// ==================================
// plays additional audio streams, like Dolby Digital
#if VDRVERSNUM >= 10318
- int PlayAudio(const uchar *Data, int Length)
+ int cDxr3Device::PlayAudio(const uchar *Data, int Length)
#else
- void PlayAudio(const uchar *Data, int Length)
+ void cDxr3Device::PlayAudio(const uchar *Data, int Length)
#endif
{
int retLength = 0;
@@ -349,12 +349,12 @@ int cDxr3Device::PlayVideo(const uchar *Data, int Length)
int origLength = Length;
#endif
- #if VDRVERSNUM < 10307
+#if VDRVERSNUM < 10307
if (!m_AC3Present)
{
Interface->Write(Interface->Width() / 2, 0, "AC3", clrRed);
}
- #endif
+#endif
m_AC3Present = true;