diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-01-09 20:56:25 +0100 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-01-09 20:56:25 +0100 |
commit | d1ae16e9c46724dfe3be488a81e5cff3084ded99 (patch) | |
tree | 8f0e5da40c582751934cad2a1d0fbaff18637513 /dxr3output-video.c | |
parent | 7ebd290822891494ce536126a2ee446bcd69876e (diff) | |
download | vdr-plugin-dxr3-d1ae16e9c46724dfe3be488a81e5cff3084ded99.tar.gz vdr-plugin-dxr3-d1ae16e9c46724dfe3be488a81e5cff3084ded99.tar.bz2 |
add first ro Accessor at cFixedLengthFrame
Diffstat (limited to 'dxr3output-video.c')
-rw-r--r-- | dxr3output-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3output-video.c b/dxr3output-video.c index afebab9..4773853 100644 --- a/dxr3output-video.c +++ b/dxr3output-video.c @@ -69,7 +69,7 @@ void cDxr3VideoOutThread::Action() m_dxr3Device->SetPts(pts); if (m_buffer.Available() && pNext->GetData() && - pNext->GetCount()) + pNext->length()) { m_dxr3Device->PlayVideoFrame(pNext); m_buffer.Pop(); |