From 5ae90e8bc84404e62a2463b4c8f949cae467c1e5 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Fri, 16 Oct 2009 16:17:27 +0200 Subject: current implementation of StillPicture in cDxr3DemuxDevice is wrong We call 3 times DemuxPes - wow. The big problem is that a still picture can not only contain a pes packet. Also I want to refactor out as much as possible from the demuxdevice as i dont like it and want to remove it in the long term. --- dxr3device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dxr3device.c') 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(); } // ================================== -- cgit v1.2.3