summaryrefslogtreecommitdiff
path: root/dxr3output-video.c
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2010-01-09 20:56:25 +0100
committerChristian Gmeiner <christian.gmeiner@gmail.com>2010-01-09 20:56:25 +0100
commitd1ae16e9c46724dfe3be488a81e5cff3084ded99 (patch)
tree8f0e5da40c582751934cad2a1d0fbaff18637513 /dxr3output-video.c
parent7ebd290822891494ce536126a2ee446bcd69876e (diff)
downloadvdr-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.c2
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();