summaryrefslogtreecommitdiff
path: root/dxr3device.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3device.c')
-rw-r--r--dxr3device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3device.c b/dxr3device.c
index d57afbe..4cc89b2 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -156,7 +156,7 @@ void cDxr3Device::Mute()
//! displays the given I-frame as a still picture.
void cDxr3Device::StillPicture(const uchar *Data, int Length)
{
- m_DemuxDevice.StillPicture(Data, Length);
+ m_DemuxDevice.StillPicture();
}
// ==================================