diff options
author | Johns <johns98@gmx.net> | 2012-02-16 18:41:46 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-02-16 18:41:46 +0100 |
commit | 30e903d90a43f45c001c3574bfedb6b0a2d0ef3e (patch) | |
tree | 02f3bb94c58355b9760dcb742a91247f1426647a /audio.c | |
parent | 852d3672252bd13b8337b1f28c05fa457a3f1b7f (diff) | |
download | vdr-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2188,6 +2188,7 @@ void AudioPlay(void) } Debug(3, "audio: resumed\n"); AudioPaused = 0; + AudioEnqueue(NULL, 0); // wakeup thread } /** |