diff options
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |