diff options
Diffstat (limited to 'dxr3interface.c')
-rw-r--r-- | dxr3interface.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dxr3interface.c b/dxr3interface.c index 55ede44..b8edfd0 100644 --- a/dxr3interface.c +++ b/dxr3interface.c @@ -298,20 +298,6 @@ void cDxr3Interface::PlayVideoFrame(cFixedLengthFrame* pFrame, int times) } // ================================== -void cDxr3Interface::PlayVideoFrame(const uint8_t* pBuf, int length, int times) -{ - Lock(); - - for (int i = 0; i < times; i++) - { - if (write(m_fdVideo, pBuf, length) == -1) - Resuscitation(); - } - - Unlock(); -} - -// ================================== void cDxr3Interface::PlayVideoFrame(cDxr3PesFrame *frame) { if (!m_VideoActive) { |