summaryrefslogtreecommitdiff
path: root/audio.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-16 18:41:46 +0100
committerJohns <johns98@gmx.net>2012-02-16 18:41:46 +0100
commit30e903d90a43f45c001c3574bfedb6b0a2d0ef3e (patch)
tree02f3bb94c58355b9760dcb742a91247f1426647a /audio.c
parent852d3672252bd13b8337b1f28c05fa457a3f1b7f (diff)
downloadvdr-plugin-softhddevice-30e903d90a43f45c001c3574bfedb6b0a2d0ef3e.tar.gz
vdr-plugin-softhddevice-30e903d90a43f45c001c3574bfedb6b0a2d0ef3e.tar.bz2
Wakeup audio thread after pause.
Diffstat (limited to 'audio.c')
-rw-r--r--audio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio.c b/audio.c
index aedcf36..20b4c80 100644
--- a/audio.c
+++ b/audio.c
@@ -2188,6 +2188,7 @@ void AudioPlay(void)
}
Debug(3, "audio: resumed\n");
AudioPaused = 0;
+ AudioEnqueue(NULL, 0); // wakeup thread
}
/**