From ca07a1f8834137c9573c2ceabf0805e900ecbd05 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Fri, 5 Feb 2010 18:44:07 +0100 Subject: add infrastructe to poll audiodrivers fds --- dxr3device.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dxr3device.c') diff --git a/dxr3device.c b/dxr3device.c index e48ca72..7b3f754 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -202,6 +202,7 @@ void cDxr3Device::StillPicture(const uchar *Data, int Length) bool cDxr3Device::Poll(cPoller &Poller, int TimeoutMs) { Poller.Add(fdVideo, true); + audioOut->poll(Poller); return Poller.Poll(TimeoutMs); } -- cgit v1.2.3